Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Be consistent with 'more' link style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Walnes authored and majuscule committed Nov 16, 2012
1 parent 4bb0428 commit faa0282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/DDG/Goodie/ResistorColors.pm
Expand Up @@ -131,7 +131,7 @@ sub render {
} }
} }
$html .= "<br/><span style='font-size:92.8%;color:#333'>Followed by a gap and tolerance color " $html .= "<br/><span style='font-size:92.8%;color:#333'>Followed by a gap and tolerance color "
. "[<a href='http://resisto.rs/#$formatted_value'>more at resisto.rs</a>]</span>"; . "[<a href='http://resisto.rs/#$formatted_value'>More at resisto.rs</a>]</span>";


return $text, html => $html; return $text, html => $html;
}; };
Expand Down
2 changes: 1 addition & 1 deletion t/ResistorColors.t
Expand Up @@ -95,7 +95,7 @@ ddg_goodie_test(
. "color:#000;border:1px solid #c8c8c8;margin-top:-1px;padding:0px 4px;border-radius:4px;" . "color:#000;border:1px solid #c8c8c8;margin-top:-1px;padding:0px 4px;border-radius:4px;"
. "-webkit-border-radius:4px;-moz-border-radius:4px;'>yellow</span>" . "-webkit-border-radius:4px;-moz-border-radius:4px;'>yellow</span>"
. "<br/><span style='font-size:92.8%;color:#333'>Followed by a gap and tolerance color " . "<br/><span style='font-size:92.8%;color:#333'>Followed by a gap and tolerance color "
. "[<a href='http://resisto.rs/#1.58M'>more at resisto.rs</a>]</span>"), . "[<a href='http://resisto.rs/#1.58M'>More at resisto.rs</a>]</span>"),


); );


Expand Down

0 comments on commit faa0282

Please sign in to comment.