Changeset - e60a36fe4333
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 8 years ago 2016-05-08 03:12:35
tbm@cyrius.com
Fix HTML syntax error - close elements in right order

The <a> has to be closed before the <div>.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -66,13 +66,15 @@ who sign up <a href="/news/2016/feb/01/PIA-match-extended/">by the end of Feb. 2
 
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>
 
!
 
</a>
 
</div>
 
</div>
 
      {% block outercontent %}<div id="mainContent"> {% block content %}{% endblock %}</div>{% endblock %}
 
    <div id="conservancyfooter">
 
      <p><a href="/">Main Page</a> | <a href="/about/contact/">Contact</a> | <a href="/sponsors/">Sponsors</a> | <a href="/privacy-policy/">Privacy Policy</a> | <a href="/feeds/omnibus/">RSS Feed</a></p>
 
      <p>Find Conservancy
 
      on <a href="https://identi.ca/conservancy">pump.io</a>,
0 comments (0 inline, 0 general)