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 | 16 | <!--<ul class="toc"> |
17 | 17 | $for strategy, result in recommends.items(): |
18 | 18 | <li><a href="#$strategy">$strategy</a></li> |
19 | -</ul> | |
20 | -</div>--> | |
19 | +</ul>--> | |
20 | +</div> | |
21 | 21 | |
22 | 22 | <form action="/thanks" method="post" enctype="multipart/form-data"> |
23 | 23 | <table> | ... | ... |