diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html
index 72c7642..e35b11a 100644
--- a/pagure/templates/issue.html
+++ b/pagure/templates/issue.html
@@ -1,5 +1,7 @@
{% extends "repo_master.html" %}
-{% from "_formhelper.html" import render_field, render_bootstrap_field, show_comment, show_initial_comment %}
+{% from "_formhelper.html"
+ import render_field, render_bootstrap_field,
+ show_comment, show_initial_comment %}
{% block title %}Issue #{{ issueid }}: {{issue.title | noJS(ignore="img") | safe }} - {{ repo.name }}{% endblock %}
{% set tag = "home"%}