common_elements.html: Accept missing channel description as blank

This commit is contained in:
James Taylor 2019-07-07 17:32:11 -07:00
parent b89d90a0d3
commit 728b2b73d4

View File

@ -105,7 +105,7 @@
<span>{{ info['subscriber_count'] }}</span>
<span>{{ info['size'] }}</span>
<span class="description">{{ text_runs(info['description']) }}</span>
<span class="description">{{ text_runs(info.get('description', '')) }}</span>
{% else %}
Error: unsupported item type
{% endif %}