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 2016/01/08 20:30:48 UTC

[43/50] [abbrv] allura git commit: [#7919] minor fix of existing moved code

[#7919] minor fix of existing moved code


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

Branch: refs/heads/master
Commit: f41db3e1bceff591d37405449e032af8b5268526
Parents: c4b3b35
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Dec 18 12:47:29 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Jan 8 14:06:18 2016 -0500

----------------------------------------------------------------------
 Allura/allura/ext/admin/templates/project_install_tool.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/f41db3e1/Allura/allura/ext/admin/templates/project_install_tool.html
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/templates/project_install_tool.html b/Allura/allura/ext/admin/templates/project_install_tool.html
index 5639612..456953f 100644
--- a/Allura/allura/ext/admin/templates/project_install_tool.html
+++ b/Allura/allura/ext/admin/templates/project_install_tool.html
@@ -54,7 +54,7 @@
             <label class="grid-13" for="{{ o.name }}">{{ o.label }}</label>
             <div class="grid-13">
                 {% if o.ming_type.__name__ == 'bool' %}
-                    <input {{ o.render_attrs() }}id="{{ o.name }}" name="{{ o.name }}"
+                    <input {{ o.render_attrs() }} id="{{ o.name }}" name="{{ o.name }}"
                            type="checkbox"{{ ' checked="checked"' if o.default }}>
                 {% else %}
                     <input {{ o.render_attrs() }} id="{{ o.name }}" name="{{ o.name }}" value="{{ o.default or '' }}">