Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdolphin authored Dec 27, 2023
1 parent 822d4b6 commit c379ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
grist.ready();
grist.onRecord(function(record) {
document.getElementById('isao8').innerHTML = record.A;
document.getElementById('isao8').innerHTML = new Intl.NumberFormat('en-GB', {style: 'currency',currency: 'GBP',}).format(record.A);
});
</script>
</body>
Expand Down

0 comments on commit c379ffd

Please sign in to comment.