From 5d55e61863c7d427ea820d398adefc6edffe25cd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 07 2016 13:11:30 +0000 Subject: Be consistent in the way we call the noJS filter --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index e887bd4..2a0c445 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -1,7 +1,7 @@ {% extends "repo_master.html" %} {% from "_formhelper.html" import render_field, render_bootstrap_field, show_comment, show_initial_comment %} -{% block title %}Issue #{{ issueid }}: {{issue.title | noJS("img") | safe }} - {{ repo.name }}{% endblock %} +{% block title %}Issue #{{ issueid }}: {{issue.title | noJS(ignore="img") | safe }} - {{ repo.name }}{% endblock %} {% set tag = "home"%} {% block header %}