Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.0 M1
-
None
Description
In plain.vm:
#set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaVersion))
I imagine that this should be:
#set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaxVersion))
with a X in outputSyntaxVersion.
Attachments
Issue Links
- duplicates
-
XWIKI-4042 Add a way to choose the renderer when viewing a page
- Closed