Anybody have a serious preference for using double quotes over single quotes
for tag attributes? I like single so you can do things like this:
print("<INPUT TYPE='hidden' NAME='ACTION' VALUE='$action'>\n");
instead of:
print("<INPUT TYPE=\"hidden\" NAME=\"ACTION\" VALUE=\"$action\">\n");
Single and double are both ok according to w3, but I noticed that double
quotes seem to be used everywhere in FreeTrade.
- Isaac =)
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]