in reply to Re: Unstickying CGI
in thread Unstickying CGI
This is slightly offtopic and very nitpicky and may very well get me voted down but HTML should have quoted attribute values:
print "<input name=\"$name\" value=\"$value\">\n";
The same code written in XHTML 1.0:
print "<input name=\"$name\" value=\"$value\" />\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Unstickying CGI
by theorbtwo (Prior) on Aug 03, 2002 at 08:07 UTC |