|
From: Jonathan H. <the...@us...> - 2002-04-29 18:04:26
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv2708
Modified Files:
Tag: phpBB-2_0_0
admin_styles.php
Log Message:
Missing closing select tag bug # 174 in the tracker
Index: admin_styles.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_styles.php,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -C2 -r1.27 -r1.27.2.1
*** admin_styles.php 2 Apr 2002 21:13:47 -0000 1.27
--- admin_styles.php 29 Apr 2002 17:55:17 -0000 1.27.2.1
***************
*** 562,565 ****
--- 562,566 ----
}
}
+ $s_template_select .= '</select>';
}
else
|