Skip to content

Commit

Permalink
Fix erroneous "£" sign
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Aug 28, 2024
1 parent 02e2106 commit 59e2e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/template/areas/population.vto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
title: 'Population',
x: 'decimal_date',
y: 'population',
tooltip: '<strong class="subtitle">Population</strong><br />{{ decimal_date }}: <strong>£{{ population | toLocaleString() }}</strong>'
tooltip: '<strong class="subtitle">Population</strong><br />{{ decimal_date }}: <strong>{{ population | toLocaleString() }}</strong>'
}]
}
})
Expand Down

0 comments on commit 59e2e30

Please sign in to comment.