From: Tobias Diekershoff Date: Sun, 20 Jan 2019 17:47:20 +0000 (+0100) Subject: HTML unescape existing albums X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e258fc760177648846904d2bdf0f04c5e5d1740;p=friendica.git HTML unescape existing albums When uploading a new photo the selection list for chosing existing albums was not shown. With this PR it is now again.xj Part of #6208 --- diff --git a/view/templates/photos_upload.tpl b/view/templates/photos_upload.tpl index 9e606242ed..054fd1a335 100644 --- a/view/templates/photos_upload.tpl +++ b/view/templates/photos_upload.tpl @@ -14,7 +14,7 @@
{{$existalbumtext}}
diff --git a/view/theme/frio/templates/photos_upload.tpl b/view/theme/frio/templates/photos_upload.tpl index 81d0f967e2..e3bcd30692 100644 --- a/view/theme/frio/templates/photos_upload.tpl +++ b/view/theme/frio/templates/photos_upload.tpl @@ -9,7 +9,7 @@ - {{$albumselect}} + {{$albumselect nofilter}}