Fix HTML syntax error - closing span

Remove the closing </span> which was never opened.
This commit is contained in:
Martin Michlmayr 2016-05-07 20:10:11 -07:00
parent 99e2a53de2
commit 379b3aba75

View file

@ -63,7 +63,7 @@ who sign up <a href="/news/2016/feb/01/PIA-match-extended/">by the end of Feb. 2
<a href="/supporter">
<span id="site-fundraiser-so-far">{{ sitefundgoal.fundraiser_so_far_amount|intcomma }}</span> have joined so far.
{% if sitefundgoal.fundraiser_so_far_amount > 750 %}
Thus, our 750 goal was achieved &amp; {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }}</span> have
Thus, our 750 goal was achieved &amp; {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }} have
joined beyond that.
{% endif %}
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}