Skip to content

Commit 2815a4b

Browse files
committed
Index: Removed unnecessary <img>
1 parent 5c655cc commit 2815a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>Zeal</h1>
3939
<h2>Zeal comes with <strong>{{ site.data.docsets | size }}</strong> awesome docsets!</h2>
4040
<ul id="docset-list" class="list-inline">
4141
{% for docset in site.data.docsets %}
42-
<li><img>{{ docset.title }}</li>
42+
<li>{{ docset.title }}</li>
4343
{% endfor %}
4444
</ul>
4545
<h4>These docsets are generously provided by Dash. And you can also <a href="https://kapeli.com/docsets">create</a> your own!</h4>

0 commit comments

Comments
 (0)