aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/channel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index 5a567c0..6266aab 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -1,7 +1,7 @@
{% if current_tab == 'search' %}
{% set page_title = search_box_value + ' - Page ' + page_number|string %}
{% else %}
- {% set page_title = channel_name + ' - Channel' %}
+ {% set page_title = channel_name|string + ' - Channel' %}
{% endif %}
{% extends "base.html" %}