ソースを参照

버그 수정 2

2DU 9 年 前
コミット
3b98ba7086
1 ファイル変更1 行追加1 行削除
  1. 1 1
      views/read.tpl

+ 1 - 1
views/read.tpl

@@ -36,7 +36,7 @@
     % if(defined('acl')):
         <sub> {{acl}}</sub>
     % end
-    % if(defined('sub')):
+    % if(not sub == None):
         <sub> ({{sub}})</sub>
     % end
 </h1>