Fixing PHP short tag.
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 05:59:09 +0000 (05:59 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 05:59:09 +0000 (05:59 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10785 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/stylesheet.tpl

index c2c00f2882825a6e37636c915dbfda1aba10c1b8..a0722897272ae93880f8e242ee5d8437ef21a1ef 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * SquirrelMail CSS template
  *
@@ -369,7 +370,7 @@ img   {
 }
 
 .message_list_controls {
-    background: <? echo $color[0]; ?>;
+    background: <?php echo $color[0]; ?>;
 }
 
 .message_control_button {