mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-16 08:51:19 +00:00
Whitespace.
This commit is contained in:
parent
408a7b5868
commit
900c4e3b1e
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
<SELECT name="month">
|
||||
<?
|
||||
for ( $i = 1 ; $i < 13 ; $i++ ) {
|
||||
printf("<OPTION>%02d</OPTION>", $i);
|
||||
printf ("<OPTION>%02d</OPTION>", $i);
|
||||
}
|
||||
?>
|
||||
</SELECT>
|
||||
|
@ -83,13 +83,13 @@
|
|||
<TD align="center">
|
||||
<SELECT name="year">
|
||||
<OPTION>2000</OPTION>
|
||||
<OPTION SELECTED>2001</OPTION>
|
||||
<OPTION selected>2001</OPTION>
|
||||
</SELECT>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR vAlign="center">
|
||||
<TD align="center" colSpan="4">
|
||||
<INPUT TYPE="submit" VALUE="Search">
|
||||
<INPUT type="submit" value="Search">
|
||||
</TD>
|
||||
</TR>
|
||||
<?
|
||||
|
|
Loading…
Reference in a new issue