summaryrefslogtreecommitdiff
path: root/modules/digibug
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-25 18:38:43 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-25 18:38:43 -0700
commit28f496924f5e6ada3f779c096ab7f463d637760b (patch)
treed50d101f6c05d6d2d158f49339a6f7a440c2e645 /modules/digibug
parent4d191b5e925f7d3c36df65d37cde0a2768aaa467 (diff)
Fix indentation in digibug_form.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 c2cd889e..7179827f 100644
--- a/modules/digibug/views/digibug_form.html.php
+++ b/modules/digibug/views/digibug_form.html.php
@@ -4,7 +4,7 @@
<?= html::script("lib/jquery.js") ?>
<script type="text/javascript">
$("body form").ready(function() {
- $("body form").submit();
+ $("body form").submit();
});
</script>
</head>