This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh by this push:
new e190d03 switch to top nav
e190d03 is described below
commit e190d03b97faf687a41001af22029cd75a127c7d
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 16:09:34 2021 -0700
switch to top nav
---
theme/openoffice/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/theme/openoffice/templates/base.html
b/theme/openoffice/templates/base.html
index f49cbab..0a12f77 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -48,7 +48,7 @@
</div>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
{% block topnav %}{% include "topnav.html" %}{% endblock %}
- </div>
+ </nav>
<div id="contenta">
{% block content %}
{% endblock %}