summaryrefslogtreecommitdiff
path: root/poezio/xhtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/xhtml.py')
-rw-r--r--poezio/xhtml.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/poezio/xhtml.py b/poezio/xhtml.py
index 836c3868..2f73cd3d 100644
--- a/poezio/xhtml.py
+++ b/poezio/xhtml.py
@@ -531,6 +531,8 @@ def poezio_colors_to_html(string):
check_property('font-weight', 'bold')
elif attr_char == 'u':
check_property('text-decoration', 'underline')
+ elif attr_char == 'i':
+ check_property('font-style', 'italic')
if attr_char in digits:
number_str = string[next_attr_char+1:string.find('}', next_attr_char)]