Skip to content

Commit a72cedb

Browse files
committed
add missing closing tags
1 parent 32a2828 commit a72cedb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/python/community.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-stack-overflow"></
105105
<li><a href="#">The Python yield keyword explained</a>
106106
<span class="tag-wrapper"><a class="tag" href="#">iterator</a> <a class="tag" href="#">yield</a></span></li>
107107
<li><a href="#">What is a metaclass in Python?</a>
108-
<span class="tag-wrapper"><a class="tag" href="#">oop</a> <a class="tag" href="#">metaclass</a> <a class="tag" href="#">python-datamodel</a></li>
108+
<span class="tag-wrapper"><a class="tag" href="#">oop</a> <a class="tag" href="#">metaclass</a> <a class="tag" href="#">python-datamodel</a></span></li>
109109
<li><a href="#">Understanding Python decorators</a>
110-
<span class="tag-wrapper"><a class="tag" href="#">decorator</a></li>
110+
<span class="tag-wrapper"><a class="tag" href="#">decorator</a></span></li>
111111
<li><a href="#">Is there any way to run Python on Android?</a>
112112
<span class="tag-wrapper"><a class="tag" href="#">android</a> <a class="tag" href="#">ase</a> <a class="tag" href="#">android-scripting</a></span></li>
113113
<li><a href="#">What's the best way to implement an 'enum' in Python?</a>
@@ -162,4 +162,4 @@ <h4>Recently Created Repositories</h4>
162162
</div>
163163

164164
</div><!-- end .row -->
165-
{% endblock content %}
165+
{% endblock content %}

0 commit comments

Comments
 (0)