Close tag on js examples.
This commit is contained in:
parent
93698b509b
commit
b7f6ff4f0b
1 changed files with 4 additions and 1 deletions
|
|
@ -12,13 +12,16 @@
|
|||
#result { font-weight: bold; }
|
||||
</style>
|
||||
<ul>
|
||||
<li><span>Type:</span>
|
||||
<li><span>Type:</span></li>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue