From 07335ca2c8ee32785b37585fa77125b5b85f820a Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 29 Apr 2002 17:55:17 +0000 Subject: [PATCH] Missing closing select tag bug # 174 in the tracker git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2546 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_styles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php index 718726a5a5..be13b71164 100644 --- a/phpBB/admin/admin_styles.php +++ b/phpBB/admin/admin_styles.php @@ -561,6 +561,7 @@ switch( $mode ) } } } + $s_template_select .= ''; } else {