[squeak-dev] Bug in httpEquiv: (?)

Darius Clarke socinian at gmail.com
Wed Aug 1 06:36:57 UTC 2012


In

httpEquiv: anObject
self attributeAt: #http-equiv put: anObject

The symbol #http-equiv cannot be a symbol.

Should be:

httpEquiv: anObject
 self attributeAt: #'http-equiv' put: anObject


Is that right?

Cheers,
Darius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120731/8981ac8c/attachment.htm


More information about the Squeak-dev mailing list