You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/04/23 18:42:34 UTC

[30/50] [abbrv] git commit: Fix newline issue in ForgeShortUrl template

Fix newline issue in ForgeShortUrl template

Signed-off-by: Peter Hartmann <pe...@apache.org>

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

Branch: refs/heads/cj/5120
Commit: 346b15058fe3412b4bc997c0e2c68838b668112b
Parents: f6e6b72
Author: Peter Hartmann <pe...@apache.org>
Authored: Thu Apr 18 21:38:25 2013 +0200
Committer: Peter Hartmann <pe...@apache.org>
Committed: Thu Apr 18 21:38:25 2013 +0200

----------------------------------------------------------------------
 ForgeShortUrl/forgeshorturl/templates/add.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/346b1505/ForgeShortUrl/forgeshorturl/templates/add.html
----------------------------------------------------------------------
diff --git a/ForgeShortUrl/forgeshorturl/templates/add.html b/ForgeShortUrl/forgeshorturl/templates/add.html
index fc2f0c2..4deece9 100644
--- a/ForgeShortUrl/forgeshorturl/templates/add.html
+++ b/ForgeShortUrl/forgeshorturl/templates/add.html
@@ -16,7 +16,7 @@
        specific language governing permissions and limitations
        under the License.
 -#}
-    <form method="post" action="{{c.project.url()}}admin/{{app.config.options.mount_point}}/add">
+{# fixes identation #}    <form method="post" action="{{c.project.url()}}admin/{{app.config.options.mount_point}}/add">
         <label class="grid-13">Short name</label>
         <div class="grid-13"><input type = "text" name = "short_url" style="width: 250px"></div>
         <label class="grid-13">Full URL</label>