Hey,

Attributes in tags should always be quoted. This is the convention, and it is for good reason. These values will not work without quotes:
* foo=bar baz (instead of foo="bar baz")
* foo=bar=baz (instead of foo="bar=baz")

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil.
--