Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / in_the_pink.php
index ec1f380b100acdd16b3fae708a89ce5c44ab8e1e..317894b14559df27451e5512bf8328fc42383701 100755 (executable)
@@ -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);
 }