diff options
-rw-r--r-- | phpBB/adm/style/acp_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index a414ae2c3b..12477a4b77 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -154,7 +154,7 @@ <!-- IF S_TOTAL_ORPHAN --> <td>{L_NUMBER_ORPHAN}{L_COLON} </td> <td> - <!-- IF TOTAL_ORPHAN --> + <!-- IF TOTAL_ORPHAN > 0 --> <a href="{U_ATTACH_ORPHAN}" title="{L_MORE_INFORMATION}"><strong>{TOTAL_ORPHAN}</strong></a> <!-- ELSE --> <strong>{TOTAL_ORPHAN}</strong> |