X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fin_the_pink.php;h=317894b14559df27451e5512bf8328fc42383701;hb=ff15d6e0e196c98ae47508e7c42f7aef6b4435f5;hp=ec1f380b100acdd16b3fae708a89ce5c44ab8e1e;hpb=ecf5c1bd74140566ff58b5c6a88440483f2583b7;p=squirrelmail.git diff --git a/themes/in_the_pink.php b/themes/in_the_pink.php index ec1f380b..317894b1 100755 --- a/themes/in_the_pink.php +++ b/themes/in_the_pink.php @@ -32,7 +32,7 @@ for ($i = 0; $i <= 15; $i++) { } /* set array element as hex string with hashmark (for HTML output) */ - $color[$i] = sprintf("#%02X%02X%02X",$r,$g,$b); + $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b); }