瀏覽代碼

Update attributions string output

pdontthink 18 年之前
父節點
當前提交
d8ace35d81
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>