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