From 0acf14bde54b785293ea613deb0352a70808b8e4 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 13 Jul 2016 11:29:19 +0530 Subject: [PATCH] [fix] striptags for title block in base.html --- frappe/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/base.html b/frappe/templates/base.html index 721b372059..3b77b6eb7a 100644 --- a/frappe/templates/base.html +++ b/frappe/templates/base.html @@ -4,7 +4,7 @@ - {% block title %} {{ title }} {% endblock %} + {% block title %} {{ title | striptags }} {% endblock %} {% block favicon %}