Changeset - 379b3aba75ce
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 8 years ago 2016-05-08 03:10:11
tbm@cyrius.com
Fix HTML syntax error - closing span

Remove the closing </span> which was never opened.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -60,13 +60,13 @@ who sign up <a href="/news/2016/feb/01/PIA-match-extended/">by the end of Feb. 2
 
{% endif %}
 
</em>
 
<div id="siteprogressbar">
 
<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 %}
 
Also, match pledges reduced our <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|intcomma }}</span>
 
{% endif %}
 
!</div></a>
0 comments (0 inline, 0 general)