Skip to content

Commit

Permalink
remove html escapes for generic23 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauge Nordlund Hoyer <lauge@princh.com>

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.
  • Loading branch information
laugehoyer authored Aug 22, 2024
1 parent f9a06cc commit 1f7d0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/countries/worldwide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 1f7d0a2

Please sign in to comment.