You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/09/23 10:13:46 UTC

fauxton commit: updated refs/heads/master to 457f606

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master fd5575583 -> 457f6062a


remove unneeded 'li' in menu dropdown


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/457f6062
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/457f6062
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/457f6062

Branch: refs/heads/master
Commit: 457f6062a1c8a7e504466d318e455cc17ad21883
Parents: fd55755
Author: Garren Smith <ga...@gmail.com>
Authored: Tue Sep 23 10:13:23 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Sep 23 10:13:23 2014 +0200

----------------------------------------------------------------------
 app/addons/fauxton/templates/menu_dropdown.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/457f6062/app/addons/fauxton/templates/menu_dropdown.html
----------------------------------------------------------------------
diff --git a/app/addons/fauxton/templates/menu_dropdown.html b/app/addons/fauxton/templates/menu_dropdown.html
index ba73793..fed06e4 100644
--- a/app/addons/fauxton/templates/menu_dropdown.html
+++ b/app/addons/fauxton/templates/menu_dropdown.html
@@ -28,7 +28,7 @@ the License.
           href="<%- link.url %>">
           <%- link.title %>
         </a>
-      <li>
+      </li>
     <%});%>
   <%});%>
  </ul>