Changed " to ' on some themes.
[squirrelmail.git] / themes / spice_of_life.php
index 95373d7bc2fabee77dcc9840c4fbf41649192c86..cc799f423812fb9bec5da461de332cfcdc46e533 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);
 }