Browse Source

set short_open_tag to off and asp_tags to on on debug machine

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

+ 1 - 1
templates/default/message_list.tpl

@@ -433,7 +433,7 @@ if ($class != 'even' && $class != 'odd')
 .table_messageList	tr.<?php echo $class; ?>	{ background:<?php echo $bgcolor; ?> }
 -->
 </style>
-<?
+<?php
 }
 ?>
 <tr <?php echo (empty($class) ? '' : 'class="'.$class.'" ');  echo $row_extra;?>>