Fix HTML syntax error - closing span
Remove the closing </span> which was never opened.
This commit is contained in:
parent
99e2a53de2
commit
379b3aba75
1 changed files with 1 additions and 1 deletions
|
@ -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 & {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }}</span> have
|
||||
Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }} have
|
||||
joined beyond that.
|
||||
{% endif %}
|
||||
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
|
||||
|
|
Loading…
Reference in a new issue