diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-02 15:47:23 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-02 15:47:23 +0000 |
commit | 1d1b5e6446667cc03cb765c789e269b4efa7e3a8 (patch) | |
tree | 4c61193c8211363f6a70e38748c022df1e984e41 /phpBB/styles/subsilver2/template/ucp_header.html | |
parent | 9850d7756ac0a140077264b8a152ff15495aa229 (diff) | |
download | forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar.gz forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar.bz2 forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.tar.xz forums-1d1b5e6446667cc03cb765c789e269b4efa7e3a8.zip |
some fixes...
git-svn-id: file:///svn/phpbb/trunk@7266 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_header.html b/phpBB/styles/subsilver2/template/ucp_header.html index 002d88f5ff..7fb507d403 100644 --- a/phpBB/styles/subsilver2/template/ucp_header.html +++ b/phpBB/styles/subsilver2/template/ucp_header.html @@ -60,7 +60,7 @@ <!-- IF S_PRIVMSGS --> - <!-- the ! at the beginning of the loop name forces the loop to be not a nested one of l_block1 (it gets parsed seperatly) --> + <!-- the ! at the beginning of the loop name forces the loop to be not a nested one of l_block1 (it gets parsed separately) --> <!-- BEGIN !folder --> <!-- IF folder.S_FIRST_ROW --> <ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;"> |