Added quotes around node type name

This commit is contained in:
2016-08-30 16:00:16 +02:00
parent 5ebec42e6d
commit 34921ece76

View File

@@ -16,7 +16,7 @@
.node-details-meta.footer
p.error-node-type-not-found
| Sorry, I don't know how to display a node of type {{ node.node_type }}.
| Sorry, I don't know how to display a node of type "{{ node.node_type }}".
| {% if node.description %}
| I'll just show the description.
| {% endif %}