Commit 010147f6b6ee4dd0c84c0ae5a3a899fb593382d1
1 parent
896fcc07
Exists in
master
and in
1 other branch
small fix
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/web/templates/apprec.html
@@ -16,8 +16,8 @@ $$(document).ready(function() { | @@ -16,8 +16,8 @@ $$(document).ready(function() { | ||
16 | <!--<ul class="toc"> | 16 | <!--<ul class="toc"> |
17 | $for strategy, result in recommends.items(): | 17 | $for strategy, result in recommends.items(): |
18 | <li><a href="#$strategy">$strategy</a></li> | 18 | <li><a href="#$strategy">$strategy</a></li> |
19 | -</ul> | ||
20 | -</div>--> | 19 | +</ul>--> |
20 | +</div> | ||
21 | 21 | ||
22 | <form action="/thanks" method="post" enctype="multipart/form-data"> | 22 | <form action="/thanks" method="post" enctype="multipart/form-data"> |
23 | <table> | 23 | <table> |