summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/js.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/js.inc.php')
-rw-r--r--frontends/php/include/js.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/js.inc.php b/frontends/php/include/js.inc.php
index f6d527f5..e7f27d43 100644
--- a/frontends/php/include/js.inc.php
+++ b/frontends/php/include/js.inc.php
@@ -112,7 +112,7 @@ function insert_showhint_javascript(){
if(defined('SHOW_HINT_SCRIPT_INSERTTED')) return;
define('SHOW_HINT_SCRIPT_INSERTTED', 1);
- echo '<script type"text/javascript" src="js/showhint.js"></script>';
+ echo '<script type="text/javascript" src="js/showhint.js"></script>';
}
function Redirect($url,$timeout=null){