mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-01 15:28:25 +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"/>"
|
||||
},
|
||||
"title": {
|
||||
"title": "${title}",
|
||||
"title": "${title?json_string}",
|
||||
"url": "${url}"
|
||||
},
|
||||
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",
|
||||
|
||||
Reference in New Issue
Block a user