2011/2/23 Boris Popov, DeepCove Labs <
[hidden email]>:
> WAMetaElement>>encodeBeforeOn: aDocument
>
> self attributes at: 'content' ifAbsentPut: ''.
>
> super encodeBeforeOn: aDocument
>
>
>
> Should be,
>
>
>
> WAMetaElement>>encodeBeforeOn: aDocument
>
> self attributes at: 'content' ifAbsentPut: [''].
>
> super encodeBeforeOn: aDocument
Thanks, fixed.
Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside