Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
16.0.0-rc-1
-
None
-
Unknown
-
Description
Reproduction steps
Create a page with the following content:
{{velocity}}
$services.liveData.render({
'id': "recentPages",
'properties': "doc.title,doc.location,doc.author,doc.date",
'source': "liveTable",
'sourceParameters': "translationPrefix=platform.index.",
'filters': "doc.location=help",
'sort': "doc.date:desc",
'limit': 5
})
{{/velocity}}
Expected
The live data is displayed.
Actual
The escaped html of the livedata is presented to the user.