Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Component/s: API, Syntax - xhtml/1.0 & html/4.01
-
Labels:None
-
Similar issues:
XRENDERING-86 Ensure that the XHTML Renderer used for generating XHTML for the WYSIWYG editor never sends invalid XHTML XRENDERING-55 Add a way to configure a renderer as full or fragment renderer XRENDERING-121Reference parser matches as URL things that are not XRENDERING-77 Add XHTML caching when using the new rendering XRENDERING-11 XHTML Renderer should not compact TEXTAREA and some other XHTML elements XRENDERING-14Empty table cells are not rendered nicely XRENDERING-98 Make empty lines at beginning and end of content significant for XWiki Syntax 2.1 XRENDERING-160 XHTML to XWiki converter fails to convert ordered list XRENDERING-3 Generated header id should be forced unique XRENDERING-289Nested inline macros generate invalid HTML
Description
Should be empty href (except for the anchor and query string of course) since doing all the job of getting the current document, getting the XWikiDocument based on it and generating the right URL is useless in this case since empty reference do the job even better.
This also produce bad behavior when importing a page since the link will point to the included page instead of behind a proper local reference.