From 1f7d0a2fbe5f4ef8e18a848def55303cb9e2f9af Mon Sep 17 00:00:00 2001 From: Lauge Date: Thu, 22 Aug 2024 14:43:56 +0200 Subject: [PATCH] remove html escapes for generic23 (#113) Co-authored-by: Lauge Nordlund Hoyer ahh wait, I see now I looked at your fix too quickly, yes, you are entirely correct. Merging. Next time though please also contibute a test - see `testcases/countries/gb.yaml`. I will add one now. --- conf/countries/worldwide.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/countries/worldwide.yaml b/conf/countries/worldwide.yaml index a29e5a3..562d1e0 100644 --- a/conf/countries/worldwide.yaml +++ b/conf/countries/worldwide.yaml @@ -194,9 +194,9 @@ generic22: &generic22 | # postcode on own line generic23: &generic23 | {{{attention}}} - {{house}} + {{{house}}} {{{house_number}}} {{{road}}} - {{quarter}} + {{{quarter}}} {{#first}} {{{village}}} || {{{town}}} || {{{city}}} || {{{municipality}}} || {{{hamlet}}} || {{{county}}} {{/first}} {{{postcode}}} {{#first}} {{{country}}} || {{{state}}} {{/first}}