Changed " to ' on some themes.
[squirrelmail.git] / themes / spice_of_life_dark.php
index eff08e4633a19b51ffc7bb33080d9358b45e00a4..63ccd99991020e9d8701abfc53399d74f22fa4f3 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) **/
     $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);
 }
 
 
 }