Fix HTML syntax error - close elements in right order
The <a> has to be closed before the <div>.
This commit is contained in:
parent
379b3aba75
commit
e60a36fe43
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|s
|
|||
{% 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">
|
||||
|
|
Loading…
Reference in a new issue