summaryrefslogtreecommitdiff
path: root/urwid/html_fragment.py
diff options
context:
space:
mode:
authorMarien Zwart <marien.zwart@gmail.com>2010-02-11 15:59:46 +0100
committerMarien Zwart <marien.zwart@gmail.com>2010-02-11 15:59:46 +0100
commit06f3fc0e59fd10a18d9f3adf002315ed08cff1c5 (patch)
tree5f8e906f618e5013b5b3d674fe47c13591920f65 /urwid/html_fragment.py
parent16d5b38f39bc816eaf4f4628e9617894b3dd735e (diff)
downloadurwid-06f3fc0e59fd10a18d9f3adf002315ed08cff1c5.tar.gz
Fix what looks like a typo, but the old code did run so check this carefully.
Diffstat (limited to 'urwid/html_fragment.py')
-rwxr-xr-xurwid/html_fragment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/html_fragment.py b/urwid/html_fragment.py
index e68798c..0df6d1f 100755
--- a/urwid/html_fragment.py
+++ b/urwid/html_fragment.py
@@ -60,7 +60,7 @@ class HtmlGenerator(BaseScreen):
if bright_is_bold is None:
bright_is_bold = self.bright_is_bold
if has_underline is None:
- has_unerline = self.has_underline
+ has_underline = self.has_underline
self.colors = colors
self.bright_is_bold = bright_is_bold