From e019046e40bd639483c4b7678be17956a8fab9d5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 6 Jun 2013 00:04:29 -0400 Subject: Use html::clean() instead of html::purify() on the breadcrumb text so that we show the actual text. HTMLPurify allows some HTML to render, but we don't want that here. Fixes #2072. --- themes/wind/views/page.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index e2fc516a..bca1bd81 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -104,7 +104,7 @@
  • first ? "g-first" : "" ?>"> last): ?> - title, module::get_var("gallery", "visible_title_length"))) ?> + title, module::get_var("gallery", "visible_title_length"))) ?> last): ?>
  • -- cgit v1.2.3