Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0 M1
-
None
-
Unit
-
Unknown
-
Description
When we convert this XHTML:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html><head></head><body><p>before<a name="uniqueId"></a>after</p></body></html>
to XWiki 2.0 syntax we get:
before{{id name="uniqueId"}}after
As you can see the ID macro is not closed.
Attachments
Issue Links
- blocks
-
XWIKI-5630 Issues with {{id}} when copy/pasting from .DOC files in the WYSIWYG editor
- Closed
- is related to
-
XWIKI-3091 Add support for HTML anchors in XHTML parser
- Closed