From a9d2cf8ff237e164e187c9e48745641e7db6deb8 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 23 Sep 2011 22:50:14 +0200 Subject: make colors work with 3-digits color numbers --- src/xhtml.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xhtml.py') diff --git a/src/xhtml.py b/src/xhtml.py index fd50bb11..949044b1 100644 --- a/src/xhtml.py +++ b/src/xhtml.py @@ -378,7 +378,6 @@ def poezio_colors_to_html(string): res += "

" return res.replace('\n', '
') - def poezio_colors_to_xhtml(string): """ Generate a valid xhtml string from -- cgit v1.2.3