Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.6 RC2
-
None
-
Unknown
-
Description
If you have list items
* list item 1 * list item 2
You cannot apply a style on the <li> element.
The following
(% style="border: 1px" %)
* list item 1
* list item 2
Applies it on the <ul> element
The possible syntax could be:
(% style="border: 1px" %)* list item 1
* list item 2
The following code in:
/** * {@inheritDoc} * * @see AbstractChainingPrintRenderer#beginListItem() */ @Override public void beginListItem() { getXHTMLWikiPrinter().printXMLStartElement("li"); }
should have "parameters" as a variable in the call to printXMLStartElement
Attachments
Issue Links
- duplicates
-
XRENDERING-36 Add support for list item parameters in XWiki syntax.
- Open