This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new bb96cff Typo
bb96cff is described below
commit bb96cffaa8c1de597ec09c62babb91f6a6d89ff7
Author: Sebb <[email protected]>
AuthorDate: Wed Sep 15 14:09:10 2021 +0100
Typo
---
webui/list.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/list.html b/webui/list.html
index 7459f6e..2e66036 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -91,7 +91,7 @@ the License. -->
<ul class="dropdown-menu" id="themes_dropdown">
<li><a href="javascript:void(0)"
onclick="set_theme('threaded')">Threaded view</a></li>
<li><a href="javascript:void(0)"
onclick="set_theme('flat')">Flat view</a></li>
- <li><a href="javascript:void(0)"
onclick="set_theme('treeview')">Treview</a></li>
+ <li><a href="javascript:void(0)"
onclick="set_theme('treeview')">Tree view</a></li>
<!-- <li><a href="api/static.lua/"
onclick="location.href='/api/static.lua/' + current_list + '@' +
current_domain;return false;">Static HTML lists</a></li> -->
</ul>
</li>