fix line endings

This commit is contained in:
James Taylor 2018-07-02 17:45:25 -07:00
parent 2696fb30c2
commit 79937c1c82
22 changed files with 3260 additions and 3259 deletions

View File

@ -164,7 +164,8 @@ def channel_videos_html(polymer_json, current_page=1, number_of_videos = 1000, c
avatar = '/' + microformat['thumbnail']['thumbnails'][0]['url'],
page_title = microformat['title'] + ' - Channel',
items = items_html,
page_buttons = common.page_buttons_html(current_page, math.ceil(number_of_videos/30), URL_ORIGIN + "/channel/" + channel_id + "/videos", current_query_string)
page_buttons = common.page_buttons_html(current_page, math.ceil(number_of_videos/30), URL_ORIGIN + "/channel/" + channel_id + "/videos", current_query_string),
number_of_results = '{:,}'.format(number_of_videos) + " videos",
)
channel_link_template = Template('''