Skip to content
Snippets Groups Projects
Commit b6635d47 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-7296: Sheets aren't applied on preview action

parent f05781a8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ $xwiki.jsfx.use('js/scriptaculous/scriptaculous.js')
<div id="document-title"><h1>$!{escapetool.xml($tdoc.renderedTitle($tdoc.getSyntax().toIdString()))}</h1></div>
#template("shortcuts.vm")
<div id="xwikicontent">
$tdoc.getRenderedContent($tdoc.content, $tdoc.getSyntax().toIdString())
$tdoc.getRenderedContent()
</div> ## xwikicontent
<div class="bottombuttons">#template("previewactions.vm")</div>
</div> ## mainContentArea
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment