From: Michael Date: Sun, 25 Nov 2018 20:34:02 +0000 (+0000) Subject: Much more escapes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6075245b840a28e8c2d8976ddd624e59d3d2a81f;p=friendica.git Much more escapes --- diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl index bf1d215ec8..34b1e3b1b2 100644 --- a/view/templates/admin/site.tpl +++ b/view/templates/admin/site.tpl @@ -39,7 +39,7 @@ });
-

{{$title}} - {{$page}}

+

{{$title|escape}} - {{$page|escape}}

@@ -145,7 +145,7 @@ {{include file="field_input.tpl" field=$dbclean_expire_conv}}
-

{{$worker_title}}

+

{{$worker_title|escape}}

{{include file="field_input.tpl" field=$maxloadavg}} {{include file="field_input.tpl" field=$min_memory}} {{include file="field_input.tpl" field=$worker_queues}} @@ -155,7 +155,7 @@
-

{{$relay_title}}

+

{{$relay_title|escape}}

{{include file="field_checkbox.tpl" field=$relay_subscribe}} {{include file="field_input.tpl" field=$relay_server}} {{include file="field_checkbox.tpl" field=$relay_directly}} diff --git a/view/templates/birthdays_reminder.tpl b/view/templates/birthdays_reminder.tpl index 6aa51d4702..9261ff8d32 100644 --- a/view/templates/birthdays_reminder.tpl +++ b/view/templates/birthdays_reminder.tpl @@ -1,10 +1,10 @@ {{if $count}} -