You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/09/19 19:02:10 UTC

allura git commit: fixup! [#8231] don't actually change the repo (web process might not have permission to, and this can get called from get_default_branch() automatically

Repository: allura
Updated Branches:
  refs/heads/db/8231 572fe0f26 -> 3745fa36d


fixup! [#8231] don't actually change the repo (web process might not have permission to, and this can get called from get_default_branch() automatically


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/3745fa36
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/3745fa36
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/3745fa36

Branch: refs/heads/db/8231
Commit: 3745fa36df2596aeb2dd2eccd4602254be7f3643
Parents: 572fe0f
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Sep 19 15:01:58 2018 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Sep 19 15:01:58 2018 -0400

----------------------------------------------------------------------
 Allura/allura/templates/repo/admin_extensions.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3745fa36/Allura/allura/templates/repo/admin_extensions.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/repo/admin_extensions.html b/Allura/allura/templates/repo/admin_extensions.html
index f3801cf..8a96885 100644
--- a/Allura/allura/templates/repo/admin_extensions.html
+++ b/Allura/allura/templates/repo/admin_extensions.html
@@ -35,7 +35,7 @@
   <hr>
   <div class="grid-13">&nbsp;</div>
   <div class="grid-13">
-    <input type="button" value="Save" class="submit">
+    <input type="submit" value="Save" class="submit">
     {{lib.csrf_token()}}
   </div>
   {% endif %}