|
From: Paul S. O. <ps...@us...> - 2002-02-13 21:56:35
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv14734/admin Modified Files: admin_styles.php Log Message: Fix fail to download bug, thanks Peter (vanhell) Index: admin_styles.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/admin_styles.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** admin_styles.php 9 Feb 2002 16:56:43 -0000 1.20 --- admin_styles.php 13 Feb 2002 21:56:31 -0000 1.21 *************** *** 799,802 **** --- 799,803 ---- } } + $s_template_select = '</select>'; } else |