Fix formatting.

This commit is contained in:
Bharat Mediratta
2009-06-27 14:29:24 -07:00
parent f3e45d49a3
commit bbba0a67c2

View File

@@ -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>
<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>