diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 14:29:24 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 14:29:24 -0700 |
commit | bbba0a67c22436aa166b1a882f35ddc093faae7c (patch) | |
tree | 5e86028c7eb67352e38db43cdbf0fe66be37a43b /modules | |
parent | f3e45d49a3fb621d7a23fe7c24af5ad160859687 (diff) |
Fix formatting.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/digibug/views/digibug_form.html.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/modules/digibug/views/digibug_form.html.php b/modules/digibug/views/digibug_form.html.php index 7179827f..e18cbc18 100644 --- a/modules/digibug/views/digibug_form.html.php +++ b/modules/digibug/views/digibug_form.html.php @@ -1,16 +1,16 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <html> -<head> - <?= html::script("lib/jquery.js") ?> - <script type="text/javascript"> - $("body form").ready(function() { - $("body form").submit(); - }); - </script> -</head> -<body> - <?= form::open("http://www.digibug.com/dapi/order.php") ?> - <?= form::hidden($order_parms) ?> - <?= form::close() ?> -</body> -</html>
\ No newline at end of file + <head> + <?= html::script("lib/jquery.js") ?> + <script type="text/javascript"> + $("body form").ready(function() { + $("body form").submit(); + }); + </script> + </head> + <body> + <?= form::open("http://www.digibug.com/dapi/order.php") ?> + <?= form::hidden($order_parms) ?> + <?= form::close() ?> + </body> +</html> |