Revert "Close tag on js examples."

This reverts commit b7f6ff4f0b.
This commit is contained in:
Hsiaoming Yang 2018-04-21 15:12:06 +09:00
parent b7f6ff4f0b
commit 64ac1b0d36

View file

@ -12,16 +12,13 @@
#result { font-weight: bold; }
</style>
<ul>
<li><span>Type:</span></li>
<li><span>Type:</span>
<li class="{% if js == 'plain' %}active{% endif %}">
<a href="{{ url_for('index', js='plain') }}">Plain</a>
</li>
<li class="{% if js == 'fetch' %}active{% endif %}">
<a href="{{ url_for('index', js='fetch') }}">Fetch</a>
</li>
<li class="{% if js == 'jquery' %}active{% endif %}">
<a href="{{ url_for('index', js='jquery') }}">jQuery</a>
</li>
</ul>
<hr>
<p>{% block intro %}{% endblock %}</p>