diff options
author | Nils Adermann <naderman@naderman.de> | 2007-08-19 14:08:26 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-08-19 14:08:26 +0000 |
commit | e28c446244b2df172f54791c5decda1a103c4360 (patch) | |
tree | 7d9900b38c3fb3e46740a3b3208bf3db35285ef2 /phpBB/styles | |
parent | d104d3d969d2fbc77f1004e0e5369e8c0c15738f (diff) | |
download | forums-e28c446244b2df172f54791c5decda1a103c4360.tar forums-e28c446244b2df172f54791c5decda1a103c4360.tar.gz forums-e28c446244b2df172f54791c5decda1a103c4360.tar.bz2 forums-e28c446244b2df172f54791c5decda1a103c4360.tar.xz forums-e28c446244b2df172f54791c5decda1a103c4360.zip |
- some typos [Bug #13465]
git-svn-id: file:///svn/phpbb/trunk@8051 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index b581fb8e90..f5cc564a8e 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -4,7 +4,7 @@ <!-- IF FORUM_DESC or MODERATORS or U_MCP --> <p> - <!-- NOTE: remove the style="display: none" when you wnat to have the forum description on the forum body --> + <!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body --> <!-- IF FORUM_DESC --><span style="display: none">{FORUM_DESC}<br /></span><!-- ENDIF --> <!-- IF MODERATORS --><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}<!-- ENDIF --> </p> |