diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-02-22 15:18:53 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-02-22 15:18:53 +0000 |
| commit | 5cd3efad82796c3aeceb1da8b2707f696b11ee17 (patch) | |
| tree | 426e41ac77292d30d1428c81383e98146591f85e /phpBB/adm/style/acp_forums.html | |
| parent | 7752115971b89d79f605ce6d02b8be0b52969594 (diff) | |
| download | forums-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.html | 2 |
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} <input type="checkbox" class="radio" name="desc_parse_smilies"<!-- IF S_DESC_SMILIES_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_SMILIES} <input type="checkbox" class="radio" name="desc_parse_urls"<!-- IF S_DESC_URLS_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_URLS}</dd> </dl> <dl> |
