diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-23 22:50:14 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-23 22:50:14 +0200 |
commit | a9d2cf8ff237e164e187c9e48745641e7db6deb8 (patch) | |
tree | 759fa46126d904c223c8f622c47533b1f08758f0 /src/xhtml.py | |
parent | b5beb9d8bf490019675ddbce274899f5a6ff9930 (diff) | |
download | poezio-a9d2cf8ff237e164e187c9e48745641e7db6deb8.tar.gz poezio-a9d2cf8ff237e164e187c9e48745641e7db6deb8.tar.bz2 poezio-a9d2cf8ff237e164e187c9e48745641e7db6deb8.tar.xz poezio-a9d2cf8ff237e164e187c9e48745641e7db6deb8.zip |
make colors work with 3-digits color numbers
Diffstat (limited to 'src/xhtml.py')
-rw-r--r-- | src/xhtml.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 += "</p></body>" return res.replace('\n', '<br />') - def poezio_colors_to_xhtml(string): """ Generate a valid xhtml string from |