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 %}