remove hidden nbsp…

This commit is contained in:
Jeppe Ernst 2018-04-24 21:50:23 +02:00
parent 6259bbd3b4
commit 35d0745d0d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ layout: default
{% if forloop.first %}
<div class="donationCounter">
<span>
{{ site.donationCounter.donated | intcomma: '.' }}{{ global.donation.currency }} {{ global.donation.text }} {{ site.donationCounter.goal | intcomma: '.' }}{{ global.donation.currency }}
{{ site.donationCounter.donated | intcomma: '.' }}{{ global.donation.currency }} {{ global.donation.text }} {{ site.donationCounter.goal | intcomma: '.' }}{{ global.donation.currency }}
</span>
</div>
<nav id="navElm">