diff options
Diffstat (limited to 'youtube/channel.py')
-rw-r--r-- | youtube/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/channel.py b/youtube/channel.py index 960fb0e..c229cb0 100644 --- a/youtube/channel.py +++ b/youtube/channel.py @@ -233,7 +233,7 @@ def tab_with_content(tabs): raise Exception("No tabs found with content") channel_link_template = Template(''' -<a href="$url">$text</a>''') +<li><a href="$url">$text</a></li>''') stat_template = Template(''' <li>$stat_value</li>''') def channel_about_page(polymer_json): |