diff options
Diffstat (limited to 'phpBB/adm/style/installer_footer.html')
-rw-r--r-- | phpBB/adm/style/installer_footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html index 181add5038..54e6951a12 100644 --- a/phpBB/adm/style/installer_footer.html +++ b/phpBB/adm/style/installer_footer.html @@ -6,9 +6,9 @@ <div id="page-footer"> <div class="copyright"> - <!-- IF S_COPYRIGHT_HTML --> + {% if S_COPYRIGHT_HTML %} {{ CREDIT_LINE }} - <!-- ENDIF --> + {% endif %} </div> </div> </div> |