Added quotes around node type name
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user