From 7e93355671cef8d60dec3c1dfa90679e57c8b1fc Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Feb 2019 21:20:56 +0000 Subject: [PATCH] Fix: Following url with html entities now works again --- view/theme/frio/templates/auto_request.tpl | 13 +++++++------ view/theme/frio/templates/dfrn_request.tpl | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/view/theme/frio/templates/auto_request.tpl b/view/theme/frio/templates/auto_request.tpl index 915a493758..7872881803 100644 --- a/view/theme/frio/templates/auto_request.tpl +++ b/view/theme/frio/templates/auto_request.tpl @@ -30,6 +30,7 @@ {{if $url}}
{{$url_label}}
{{$url}}
{{/if}} {{if $location}}
{{$location_label}}
{{$location}}
{{/if}} + {{if $keywords}}
{{$keywords_label}}
{{$keywords}}
{{/if}} {{if $about}}
{{$about_label}}
{{$about}}
{{/if}} @@ -37,12 +38,12 @@ {{if $myaddr}} {{$myaddr}} - + {{else}} - + {{/if}} {{if $url}} - + {{/if}}
@@ -54,9 +55,9 @@
{{if $submit}} - + {{/if}} - +
- \ No newline at end of file + diff --git a/view/theme/frio/templates/dfrn_request.tpl b/view/theme/frio/templates/dfrn_request.tpl index ebcf3a0621..478f9bf64f 100644 --- a/view/theme/frio/templates/dfrn_request.tpl +++ b/view/theme/frio/templates/dfrn_request.tpl @@ -36,12 +36,12 @@ {{if $myaddr}} {{$myaddr}} - + {{else}} - + {{/if}} {{if $url}} - + {{/if}}
@@ -84,9 +84,9 @@
{{if $submit}} - + {{/if}} - +
- \ No newline at end of file +