diff --git a/kallithea/controllers/changeset.py b/kallithea/controllers/changeset.py
--- a/kallithea/controllers/changeset.py
+++ b/kallithea/controllers/changeset.py
@@ -109,8 +109,8 @@ def _ignorews_url(GET, fileid=None):
params[ctx_key] += [ctx_val]
params['anchor'] = fileid
- img = h.image(h.url('/images/icons/text_strikethrough.png'), lbl, class_='icon')
- return h.link_to(img, h.url.current(**params), title=lbl, class_='tooltip')
+ icon = h.literal('')
+ return h.link_to(icon, h.url.current(**params), title=lbl, class_='tooltip')
def get_line_ctx(fid, GET):
diff --git a/kallithea/public/images/icons/text_strikethrough.png b/kallithea/public/images/icons/text_strikethrough.png
deleted file mode 100644
index 612058a78eba4e3ca259aa13417fd60cd6cf2fbd..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@