Skip to content

Commit 9256b3b

Browse files
committed
Use euro symbol (€) as html_entity for euro currency
1 parent 9f2a2a2 commit 9256b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/currencies/eur.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"subunit": "Cent",
88
"subunit_to_unit": 100,
99
"symbol_first": true,
10-
"html_entity": "€",
10+
"html_entity": "",
1111
"decimal_mark": ",",
1212
"thousands_separator": ".",
1313
"smallest_denomination": 1

0 commit comments

Comments
 (0)