Question
I was creating a series of pages copying some test procedures from a Word Document into Twiki pages using
FireFox. They looked fine. When I edit them, I see code in WYSIWYG view such as:
<!--[if !supportLists]--> 2. <!--[endif]--> Purpose
Then I found that these tags show up in Internet Explorer in normal view (without editing).
When I copy into a Twiki page using Internet Explorer, it doesn't put these tags, instead it puts a bullet tag, which is acceptable.
Thanks for any insight.
Environment
--
JoeMarandola - 15 Apr 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
A web search for
supportLists endif tinymce indicates that there is an issue pasting content from Word into the TinyMCE editor. You can safely remove the HTML bloat, or change it into HTML comments that IE can grok. Do so by padding the HTML comment tags with spaces, e.g.
<!-- [if supportLists]--> 2. .
--
PeterThoeny - 29 May 2008