From 6b37966de51c01e6a55dd0188d9d2ac953559c14 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 23 Nov 2015 22:57:47 +0100 Subject: replace with since the latter is not filtered in owncloud news --- watchnews/web.py | 4 ++-- 1 file 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") -- cgit v1.2.1