common_elements.html: Accept missing channel description as blank
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
<span>{{ info['subscriber_count'] }}</span>
|
<span>{{ info['subscriber_count'] }}</span>
|
||||||
<span>{{ info['size'] }}</span>
|
<span>{{ info['size'] }}</span>
|
||||||
|
|
||||||
<span class="description">{{ text_runs(info['description']) }}</span>
|
<span class="description">{{ text_runs(info.get('description', '')) }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
Error: unsupported item type
|
Error: unsupported item type
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user