diff options
Diffstat (limited to 'phpBB/adm/style/acp_logs.html')
| -rw-r--r-- | phpBB/adm/style/acp_logs.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index 6e93dba940..f2fa5dbc26 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -14,11 +14,12 @@ <!-- IF PAGINATION --> <div class="pagination" style="float: right; margin: 15px 0 2px 0"> - <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> + <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> </div> <!-- ENDIF --> -<div class="clearfix"> </div><br style="clear: both;" /> +<div class="clearfix"> </div> +<div><br style="clear: both;" /></div> <!-- IF .log --> <table cellspacing="1"> |
