aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_forums.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-22 15:18:53 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-22 15:18:53 +0000
commit5cd3efad82796c3aeceb1da8b2707f696b11ee17 (patch)
tree426e41ac77292d30d1428c81383e98146591f85e /phpBB/adm/style/acp_forums.html
parent7752115971b89d79f605ce6d02b8be0b52969594 (diff)
downloadforums-5cd3efad82796c3aeceb1da8b2707f696b11ee17.tar
forums-5cd3efad82796c3aeceb1da8b2707f696b11ee17.tar.gz
forums-5cd3efad82796c3aeceb1da8b2707f696b11ee17.tar.bz2
forums-5cd3efad82796c3aeceb1da8b2707f696b11ee17.tar.xz
forums-5cd3efad82796c3aeceb1da8b2707f696b11ee17.zip
#8298
git-svn-id: file:///svn/phpbb/trunk@7032 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_forums.html')
-rw-r--r--phpBB/adm/style/acp_forums.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 5bbd235c04..a3d5d08dab 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -147,7 +147,7 @@
</dl>
<dl>
<dt><label for="forum_desc">{L_FORUM_DESC}:</label><br /><span>{L_FORUM_DESC_EXPLAIN}</span></dt>
- <dd><textarea id="forum_desc" name="forum_desc" rows="5" cols="45" maxlength="255">{FORUM_DESC}</textarea></dd>
+ <dd><textarea id="forum_desc" name="forum_desc" rows="5" cols="45">{FORUM_DESC}</textarea></dd>
<dd><input type="checkbox" class="radio" name="desc_parse_bbcode"<!-- IF S_DESC_BBCODE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_BBCODE} &nbsp; <input type="checkbox" class="radio" name="desc_parse_smilies"<!-- IF S_DESC_SMILIES_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_SMILIES} &nbsp; <input type="checkbox" class="radio" name="desc_parse_urls"<!-- IF S_DESC_URLS_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_URLS}</dd>
</dl>
<dl>