Browse Source

[fix] striptags for title block in base.html

version-14
Anand Doshi 9 years ago
parent
commit
0acf14bde5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/templates/base.html

+ 1
- 1
frappe/templates/base.html View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %} {{ title }} {% endblock %}</title>
<title>{% block title %} {{ title | striptags }} {% endblock %}</title>
<meta name="generator" content="frappe">

{% block favicon %}


Loading…
Cancel
Save