diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_footer.html')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_footer.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_footer.html b/phpBB/styles/subSilver/template/ucp_footer.html index 15f9dbcdb3..a9dc458a72 100644 --- a/phpBB/styles/subSilver/template/ucp_footer.html +++ b/phpBB/styles/subSilver/template/ucp_footer.html @@ -1,14 +1,14 @@ - <!-- IF not S_PRIVMSGS or S_SHOW_DRAFTS --></form><!-- ENDIF --></td> - </tr> + <!-- IF not S_PRIVMSGS or S_SHOW_DRAFTS --></form><!-- ENDIF --></td> +</tr> </table> <br clear="all" /> <table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> +<tr> + <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> +</tr> </table> <div align="right"><!-- INCLUDE jumpbox.html --></div> |