I have noticed that tinyMCE re-formats the text typed in the Custom MetaTags area concatenating everything onto one line.
Is there a way to tell tinyMCE to use the Custom MetaTag text as entered?
I also notice that the custom tags are inserted into page text at col number one rather than the same column as the previous line. Where do I correct this?
UPDATE: I have been thinking about this a while. I wonder if it is more an issue of the page definition where only one Custom MetaTag entry is defined. Maybe there needs to be an addition to this page definition that will allow multiple Custom MetaTag entries - each treated as a unique <meta /> on separate source lines and processed as a collection much as images are handled in a carousel. Regardless, the described concatenation makes reading and debugging <meta> tags very difficult even if it is acceptable to the rendering engine.
This kind of code output customization of the base files is not well documented and really needs to be improved.