summaryrefslogtreecommitdiff
path: root/poezio/xhtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/xhtml.py')
-rw-r--r--poezio/xhtml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/xhtml.py b/poezio/xhtml.py
index df11d005..c03b206e 100644
--- a/poezio/xhtml.py
+++ b/poezio/xhtml.py
@@ -562,8 +562,8 @@ def poezio_colors_to_html(string):
check_property('font-style', 'italic')
if attr_char in digits:
- number_str = string[next_attr_char + 1:string.find(
- '}', next_attr_char)]
+ number_str = string[next_attr_char +
+ 1:string.find('}', next_attr_char)]
number = int(number_str)
if number in number_to_color_names:
check_property('color',