소스 검색

short open tag

tokul 19 년 전
부모
커밋
f5643f2a73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default/stylesheet.tpl

+ 1 - 1
templates/default/stylesheet.tpl

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