summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/exec.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index e943d3f..0c57570 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -94,8 +94,8 @@ $pgtitle = array(gettext("Diagnostics"),gettext("Execute command"));
include("head.inc");
?>
-<script language="javascript">
-<!--
+<script type="text/javascript">
+//<![CDATA[
// Create recall buffer array (of encoded strings).
@@ -183,7 +183,7 @@ if (isBlank( $_POST['txtRecallBuffer'] )) {
return true;
}
-//-->
+//]]>
</script>
<style>
<!--
OpenPOWER on IntegriCloud