summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-09-11 08:54:04 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-09-11 08:54:04 +0000
commit1df0159c0897cc1616efff4580a651bbc478060b (patch)
tree2f55ec87f194c84d60cf2ed1ffd94e146b5794a8 /usr/local/www/includes
parentd772ac32580e088437a9bbedfc2a348d2760a5aa (diff)
downloadpfsense-1df0159c0897cc1616efff4580a651bbc478060b.zip
pfsense-1df0159c0897cc1616efff4580a651bbc478060b.tar.gz
XHTML/CSS Clean Up
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/sajax.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/includes/sajax.class.php b/usr/local/www/includes/sajax.class.php
index 3274e49..16df184 100644
--- a/usr/local/www/includes/sajax.class.php
+++ b/usr/local/www/includes/sajax.class.php
@@ -99,7 +99,7 @@ class sajax {
ob_start();
?>
-
+ <!--
// remote scripting library
// (c) copyright 2005 modernmethod, inc
var sajax_debug_mode = <?php echo $this->sajax_debug_mode ? "true" : "false"; ?>;
@@ -174,7 +174,7 @@ class sajax {
sajax_debug(func_name + " waiting..");
delete x;
}
-
+ //-->
<?php
$html = ob_get_contents();
ob_end_clean();
OpenPOWER on IntegriCloud