You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2016/01/08 12:05:47 UTC

[7/7] allura git commit: [#7998] ticket:883 fix mistake in update_attachments

[#7998] ticket:883 fix mistake in update_attachments


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

Branch: refs/heads/ib/7998a
Commit: d2e8761bd745a5ba1ee7cde04a99c4146d1f9466
Parents: 7b83164
Author: Denis Kotov <de...@gmail.com>
Authored: Wed Jan 6 12:51:06 2016 +0200
Committer: Denis Kotov <de...@gmail.com>
Committed: Thu Jan 7 21:33:36 2016 +0200

----------------------------------------------------------------------
 ForgeWiki/forgewiki/templates/wiki/page_edit.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/d2e8761b/ForgeWiki/forgewiki/templates/wiki/page_edit.html
----------------------------------------------------------------------
diff --git a/ForgeWiki/forgewiki/templates/wiki/page_edit.html b/ForgeWiki/forgewiki/templates/wiki/page_edit.html
index b587075..204b20c 100644
--- a/ForgeWiki/forgewiki/templates/wiki/page_edit.html
+++ b/ForgeWiki/forgewiki/templates/wiki/page_edit.html
@@ -115,7 +115,7 @@
                      '<a href="' + attachment_url + '">' +
                      '<img src="' + attachment_url + '/thumb" alt="Thumbnail"/>' +
                      '</a><br/>' + filename +
-                     '<form method="post" action="' + attachment_url + '>' +
+                     '<form method="post" action="' + attachment_url + '">' +
                        '<input type="hidden" name="delete" value="True"/>' +
                        '<input type="submit" value="Delete File"/>' +
                      '</form>' +