diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-17 14:59:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-17 14:59:33 +0000 |
commit | c0caf7652fb699ec38488df6f52f354534dd22d1 (patch) | |
tree | 0f3673f0b38e905a95773b8b4b3b878139cc991e /phpBB/styles/prosilver/template/overall_header.html | |
parent | 929fa966708a022ec329e015f89b78c7894e7ff6 (diff) | |
download | forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.gz forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.bz2 forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.xz forums-c0caf7652fb699ec38488df6f52f354534dd22d1.zip |
Fixing some tiny bugs...
- correctly close span tags within code=php
git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 5404d8b4ff..bb5ca7e35b 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -106,7 +106,7 @@ <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> </div> - <!-- IF not S_IN_SEARCH --> + <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> <div id="search-box"> <form action="{U_SEARCH}" method="get" id="search"> <fieldset> |