From bb8a18eebc9af061c02eaba72b12a382a2fb3564 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 16 Jun 2012 13:06:31 -0600 Subject: [PATCH] add tineye link to ColorCodes --- lib/DDG/Goodie/ColorCodes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Goodie/ColorCodes.pm b/lib/DDG/Goodie/ColorCodes.pm index a07cdf057..8c867d329 100644 --- a/lib/DDG/Goodie/ColorCodes.pm +++ b/lib/DDG/Goodie/ColorCodes.pm @@ -89,7 +89,7 @@ handle matches => sub { my $rgb = $col->as_rgb8; my $hsl = $col->as_hsl; my $text = sprintf("Hex: %s ~ rgb(%d, %d, %d) ~ rgb(%s, %s, %s) ~ hsl(%d, %s, %s) ~ cmyb(%s, %s, %s, %s)", '#'.$rgb->hex, $col->as_rgb8->rgb8, percentify($col->as_rgb->rgb), round($hsl->hue), percentify($hsl->saturation, $hsl->lightness, $col->as_cmyk->cmyk)); - return $text, html => '
'.$text; + return $text, html => '
'.$text." [Images]"; }; 1;