Changed " to ' on some themes.
[squirrelmail.git] / themes / greenhouse_effect.php
index 89aeaaace6e2f84f810fc2adf2a687245f7aa629..009307b8cd70eb45225ac54b28abdbc7e4b60987 100755 (executable)
@@ -37,7 +37,7 @@ for ($i = 0; $i <= 15; $i++) {
     }
 
     /** set array element as hex string with hashmark (for HTML output) **/
     }
 
     /** 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);
 }
 
 
 }