From 421fc7eca34155239f2ecc6586df68f320295f26 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Wed, 28 Dec 2016 22:23:05 +0100 Subject: [PATCH] Remove icon from html_fallback --- qutebrowser/utils/jinja.py | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/qutebrowser/utils/jinja.py b/qutebrowser/utils/jinja.py index 737b4aee1..e9ca30c5d 100644 --- a/qutebrowser/utils/jinja.py +++ b/qutebrowser/utils/jinja.py @@ -32,38 +32,20 @@ from qutebrowser.utils import utils, urlutils, log from PyQt5.QtCore import QUrl -html_fallback = """ +html_fallback = """ + - {{ title }} - {% if icon %} - - {% endif %} - + Error while loading template -
- - - - - -
- - -

The %FILE% template could not be found!
Please check your qutebrowser installation

- %ERROR%

-
-
+

+ The %FILE% template could not be found!
+ Please check your qutebrowser installation +

+ %ERROR% +

"""