summaryrefslogtreecommitdiff
path: root/watchnews
diff options
context:
space:
mode:
Diffstat (limited to 'watchnews')
-rw-r--r--watchnews/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchnews/web.py b/watchnews/web.py
index ba43970..d129b0d 100644
--- a/watchnews/web.py
+++ b/watchnews/web.py
@@ -37,7 +37,7 @@ class DiffSupport:
'^': 'diff_chg'}
actionname = {
'+': 'i',
- '-': 'strike',
+ '-': 'i',
'^': 'strong'}
elems = []
nextpos = line.find("\x00")