Browse Source

Update attributions string output

pdontthink 18 năm trước cách đây
mục cha
commit
d8ace35d81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/default/error_logout.tpl

+ 1 - 1
templates/default/error_logout.tpl

@@ -33,7 +33,7 @@ extract ($t);
   <td colspan="2">
    <?php 
        echo $logo_str;
-       echo $sm_attribute_str; 
+       echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '<br /><br />'); 
    ?>
   </td>
  </tr>