diff options
-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 { |