From b9e4035aa347ecce85bb0dbd0d487558a3e77073 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 27 Jul 2018 23:52:14 -0700 Subject: channel about page: list links vertically, not inline --- youtube/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/channel.py') 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): -- cgit v1.2.3