diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-15 15:52:37 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-15 15:52:37 +0000 |
commit | 7e05a3024be7da56b595115e6bbeb116b2f335b9 (patch) | |
tree | aaca17e664bb3f093638c819a60f6161e9c5da15 /phpBB/styles/prosilver/template/overall_footer.html | |
parent | 51061920d6463b2722d42a5a3eed2b769091ad5e (diff) | |
download | forums-7e05a3024be7da56b595115e6bbeb116b2f335b9.tar forums-7e05a3024be7da56b595115e6bbeb116b2f335b9.tar.gz forums-7e05a3024be7da56b595115e6bbeb116b2f335b9.tar.bz2 forums-7e05a3024be7da56b595115e6bbeb116b2f335b9.tar.xz forums-7e05a3024be7da56b595115e6bbeb116b2f335b9.zip |
#10942 + cron image into <p></p> tags
git-svn-id: file:///svn/phpbb/trunk@7589 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |