Skip to content

Commit 9fb8101

Browse files
committed
layouts: remove unnecessary li closing tags
1 parent 835d7e5 commit 9fb8101

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_layouts/headerbar.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<span class="headerbar-text">The highly caffeinated Git GUI</span>
1818
</div>
1919
<nav class="headerbar-nav">
20-
<a href="downloads.html">Download</a></li>
21-
<a href="share/doc/git-cola/hotkeys.html">Keyboard Shortcuts</a></li>
22-
<a href="https://git-cola.readthedocs.io/en/latest/">Documentation</a></li>
23-
<a href="screenshots.html">Screenshots</a></li>
24-
<a href="https://github.com/git-cola/git-cola">Source</a></li>
25-
<a href="about.html">About</a></li>
20+
<a href="downloads.html">Download</a>
21+
<a href="share/doc/git-cola/hotkeys.html">Keyboard Shortcuts</a>
22+
<a href="https://git-cola.readthedocs.io/en/latest/">Documentation</a>
23+
<a href="screenshots.html">Screenshots</a>
24+
<a href="https://github.com/git-cola/git-cola">Source</a>
25+
<a href="about.html">About</a>
2626
</nav>
2727
</header>
2828

0 commit comments

Comments
 (0)