Browse Source

short open tag

tokul 19 years ago
parent
commit
f5643f2a73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/default/stylesheet.tpl

+ 1 - 1
templates/default/stylesheet.tpl

@@ -367,7 +367,7 @@ small	{
 }
 }
 
 
 .message_list_controls {
 .message_list_controls {
-    background: <? echo $color[0]; ?>;
+    background: <?php echo $color[0]; ?>;
 }
 }
 
 
 .message_control_button {
 .message_control_button {