Actually, the module advises to not use CCK fields containing new lines characters.
It would be nice if the module would filter out any unwanted characters; it's not difficult to implement it, and it would permit to use, i.e., a token given from token.module which contains such characters.
Comments
Comment #1
fractile81 commentedHeh, I actually made this change in the last BETA release: all tags and any newlines are automatically removed prior to content being rendered in the META tag. In the case of newlines, a space is added. Can you point to where the documentation says this? I certainly need to update it.
Comment #2
avpadernoLook for WARNING: do not use a token that might have a new-line!; it's present under the text field which allows to add manual / static meta tags.
Comment #3
fractile81 commentedThis has been applied and is in the BETA7 release.