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(''' -$text''') +
  • $text
  • ''') stat_template = Template('''
  • $stat_value
  • ''') def channel_about_page(polymer_json): diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html index af61a3d..5ff1542 100644 --- a/yt_channel_about_template.html +++ b/yt_channel_about_template.html @@ -61,7 +61,9 @@ $stats

    Description

    $description
    +