diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-13 21:56:31 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-13 21:56:31 +0000 |
commit | def0b0e19a05f132396d99a8fbf3ea8c74414b7c (patch) | |
tree | 7639a5e319fa327b48ece9cda29418c80aa3355a /phpBB | |
parent | 3b6c90330238862112f8c04b3c8e5e88bfd58a38 (diff) | |
download | forums-def0b0e19a05f132396d99a8fbf3ea8c74414b7c.tar forums-def0b0e19a05f132396d99a8fbf3ea8c74414b7c.tar.gz forums-def0b0e19a05f132396d99a8fbf3ea8c74414b7c.tar.bz2 forums-def0b0e19a05f132396d99a8fbf3ea8c74414b7c.tar.xz forums-def0b0e19a05f132396d99a8fbf3ea8c74414b7c.zip |
Fix fail to download bug, thanks Peter (vanhell)
git-svn-id: file:///svn/phpbb/trunk@2133 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/admin/admin_styles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php index fb235d76e6..19c8f7aee6 100644 --- a/phpBB/admin/admin_styles.php +++ b/phpBB/admin/admin_styles.php @@ -798,6 +798,7 @@ switch( $mode ) $s_template_select .= '<option value="' . $file . '">' . $file . "</option>\n"; } } + $s_template_select = '</select>'; } else { |