[SIS-xxx] fixing not handling quotes in titles for orf news post

This commit is contained in:
Sheldan
2024-02-22 19:22:03 +01:00
parent ca6e64832a
commit 2351787221

View File

@@ -6,7 +6,7 @@
"name": "<@safe_include "orf_news_post_author"/>"
},
"title": {
"title": "${title}",
"title": "${title?json_string}",
"url": "${url}"
},
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",