Changes for page Content

Last modified by Martin Výlet on 19.03.2025 21:26

From version 1.1
edited by XWiki Admin
on 26.05.2017 08:18
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui-9.3.1]
To version 2.1
edited by superadmin
on 06.01.2023 13:11
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.10.2]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Admin
1 +XWiki.superadmin
Content
... ... @@ -39,7 +39,8 @@
39 39   {{/html}}
40 40  #elseif ("$!type" != '')
41 41   ## Include the content of the current document.
42 - {{include reference=""/}}
42 + ## Escape {{ in the rendered content to be sure that the HTML macro is not closed unintentionally.
43 + {{html}}$tdoc.getRenderedContent($tdoc.content, $tdoc.syntax.toIdString()).replace('{{', '{{'){{/html}}
43 43  #else
44 44   The display mode is not specified!
45 45  #end
AppWithinMinutes.FormFieldClass[0]
Icon
... ... @@ -1,1 +1,1 @@
1 -icons/silk/page_white_edit.png
1 +edit