commit | 86b8086350daa30157d1f1c835a0ecb8d1ac73c9 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Sep 25 02:41:07 2014 -0400 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Thu Sep 25 03:07:06 2014 -0400 |
tree | bba0a612d36d9e5184521972328fa2677556c908 | |
parent | 277fab8c3c1aa0d3a488e6d60ceff5fe756d0796 [diff] [blame] |
Fixed some issues with tags in the page title
diff --git a/templates/page.html b/templates/page.html index 4c51299..234e973 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %} +{% block title %}{{ page.title|striptags|escape }} | {{ SITENAME }}{% endblock %} {% block content %} <article>