Skip to content

Commit a195692

Browse files
authored
Fix relic of autocompletion
1 parent 9611aba commit a195692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbgitpuller/templates/status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="panel-body hidden" id="status-details-container">
3030
<div id="status-details"></div>
3131
</div>
32-
<div id="recovery-link" class="hidden"><small>Go back to the <a href="{{ base_url }}">Jupyter root</a></small></divdiv>
32+
<div id="recovery-link" class="hidden"><small>Go back to the <a href="{{ base_url }}">Jupyter root</a></small></div>
3333
</div>
3434
</div>
3535
{% endblock %}

0 commit comments

Comments
 (0)