aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/alert/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/alert/list.html b/templates/web/base/alert/list.html
index 14215b65d..dbc877a69 100644
--- a/templates/web/base/alert/list.html
+++ b/templates/web/base/alert/list.html
@@ -10,7 +10,7 @@
[% IF pretty_pc %]
[%
- pretty_pc = pretty_pc | html | replace(' ', ' ');
+ pretty_pc = pretty_pc | replace(' ', ' '); # Non-breaking space
title = tprintf( loc("Local RSS feeds and email alerts for ‘%s’"), pretty_pc );
%]
[% END %]