IMAP backend for the deliver class
[squirrelmail.git] / themes / spice_of_life_lite.php
index 4744f00dcf31ae994ad28b9078f15780d3c301ed..7fada5c9bdf89f36085fb17eca75b5c3ae3e044d 100755 (executable)
@@ -41,7 +41,7 @@ for ($i = 0; $i <= 15; $i++) {
     $b = mt_rand($cmin,$cmax);
 
     /** 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);
 }