mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-xxx] fixing not handling quotes in titles for orf news post
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"name": "<@safe_include "orf_news_post_author"/>"
|
"name": "<@safe_include "orf_news_post_author"/>"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"title": "${title}",
|
"title": "${title?json_string}",
|
||||||
"url": "${url}"
|
"url": "${url}"
|
||||||
},
|
},
|
||||||
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",
|
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",
|
||||||
|
|||||||
Reference in New Issue
Block a user