diff --git a/stolpersteine.json b/stolpersteine.json index e3c88d2..bcbe5f0 100644 --- a/stolpersteine.json +++ b/stolpersteine.json @@ -8,6 +8,6 @@ "14": "node[\"memorial:type\"=\"stolperstein\"];" }, "feature": { - "body": "{{ attribute(tags, 'memorial:text') }}" + "body": "{{ attribute(tags, 'memorial:text')|default(tags.inscription) }}" } }