diff options
| author | Marien Zwart <marien.zwart@gmail.com> | 2010-02-11 15:59:46 +0100 |
|---|---|---|
| committer | Marien Zwart <marien.zwart@gmail.com> | 2010-02-11 15:59:46 +0100 |
| commit | 06f3fc0e59fd10a18d9f3adf002315ed08cff1c5 (patch) | |
| tree | 5f8e906f618e5013b5b3d674fe47c13591920f65 /urwid/html_fragment.py | |
| parent | 16d5b38f39bc816eaf4f4628e9617894b3dd735e (diff) | |
| download | urwid-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-x | urwid/html_fragment.py | 2 |
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 |
