1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Class is double s

This commit is contained in:
Gabor Hojtsy
2003-08-09 21:57:21 +00:00
parent b8d10714fc
commit ca736e522d

View File

@@ -200,7 +200,7 @@ if ($process) {
<tr>
<th class="subr">Country</th>
<td>
<select name="country" clas="max">
<select name="country" class="max">
<option value="">- Select a country -</option>
<?php display_options($COUNTRIES, $_POST['country']);?>
</select>