Skip to content

Commit c28bc98

Browse files
committed
Merge pull request #3433 from atombrella/base_html_fix
fixing a trivial HTML tag which is closed twice
2 parents 5144316 + 8a82a07 commit c28bc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_theme/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3 id="myModalLabel">Documentation search</h3>
136136
</div> <!--/.wrapper -->
137137

138138
<footer class="span12">
139-
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</a>
139+
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.
140140
</p>
141141
</footer>
142142

0 commit comments

Comments
 (0)