Fix incorrect double quotes

This commit is contained in:
Saivann 2014-12-13 23:11:52 -05:00
parent 84ac3d2589
commit 50f5e5a1f6

View file

@ -13,7 +13,7 @@ title: Network status and alerts - Bitcoin
{% if site.STATUS == 0 %} {% if site.STATUS == 0 %}
<div class="alertstatusinactive">There is no ongoing event on the Bitcoin network.</div> <div class="alertstatusinactive">There is no ongoing event on the Bitcoin network.</div>
{% else %} {% else %}
<div class="alertstatusactive"">The following network event is ongoing.</div> <div class="alertstatusactive">The following network event is ongoing.</div>
<ul class="alertsactive"> <ul class="alertsactive">
{% filter_for p in site.pages reversed sort_by:date category:alert %}{% if p.active == true %} {% filter_for p in site.pages reversed sort_by:date category:alert %}{% if p.active == true %}
<li> <li>