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 %} {% if forloop.first %}
<div class="donationCounter"> <div class="donationCounter">
<span> <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> </span>
</div> </div>
<nav id="navElm"> <nav id="navElm">