Fixed typo

This commit is contained in:
Andreas Stöckel 2011-06-15 21:08:45 +00:00
parent 9db8424e15
commit fd12dfc4ce

View File

@ -161,7 +161,7 @@ class idots_framework extends egw_framework
// add the name of the current application as global js variable - the
// name of the current application can be obtained by using the
// jsapi egw_getAppName() function
$content .= '<script type="tex/javascript">window.egw_appName = "'.
$content .= '<script type="text/javascript">window.egw_appName = "'.
$GLOBALS['egw_info']['flags']['currentapp'].'";</script>'."\n";
$this->tpl->set_var($vars);