summaryrefslogtreecommitdiff
path: root/modules/digibug
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-29 11:39:22 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-29 11:39:22 -0800
commite4d9ea3394ee2db82d9dee6c6ed78543fd0f78fb (patch)
tree85759cfef46cc1df79a1ddf3225dce8809b9121a /modules/digibug
parent1bc0d05760df7bff5cee0a330b5b7181b3c49835 (diff)
parent660130cf1ab9fd6cb051712b57966b191064a6a6 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Conflicts: modules/gallery/views/in_place_edit.html.php
Diffstat (limited to 'modules/digibug')
-rw-r--r--modules/digibug/views/digibug_form.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/digibug/views/digibug_form.html.php b/modules/digibug/views/digibug_form.html.php
index c6994cbe..f7b34e16 100644
--- a/modules/digibug/views/digibug_form.html.php
+++ b/modules/digibug/views/digibug_form.html.php
@@ -3,7 +3,7 @@
<body>
<?= form::open("http://www.digibug.com/dapi/order.php") ?>
<?= form::hidden($order_parms) ?>
- <?= form::close() ?>
+ </form>
<script type="text/javascript">
document.forms[0].submit();
</script>