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 2017/06/23 19:12:04 UTC

allura git commit: Remove space in middle of URL that shows where a new tool will be installed at

Repository: allura
Updated Branches:
  refs/heads/master 24fc1c211 -> 1bb1e5f95


Remove space in middle of URL that shows where a new tool will be installed at


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

Branch: refs/heads/master
Commit: 1bb1e5f95b01332656494991a2da65be4a217089
Parents: 24fc1c2
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Jun 1 14:32:05 2017 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Jun 23 15:11:56 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/allura/blob/1bb1e5f9/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 fccd193..d3f920f 100644
--- a/Allura/allura/ext/admin/templates/project_install_tool.html
+++ b/Allura/allura/ext/admin/templates/project_install_tool.html
@@ -45,8 +45,7 @@
                value="{{ tool.default_mount_point }}" data-regex="{{ mount_point_re }}" maxlength="{{ max_length}}">
         <span id="url_error_message" class="modal-form-error"></span>
         <p><span id="full-url-preview">
-            {{ full_url }} <strong style="color:orange">
-            <span id="input-safe-preview"></span> </strong>
+            {{ full_url }}<strong style="color:orange"><span id="input-safe-preview"></span></strong>
         </span></p>
     </div>
     <div id="install_options">