diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index cbd2d7ae12..eee1e394ae 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -41,9 +41,10 @@ </div> -<div><a id="bottom" name="bottom" accesskey="z"></a></div> - -<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> +<div> + <a id="bottom" name="bottom" accesskey="z"></a> + <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> +</div> </body> </html>
\ No newline at end of file |