From: janw Date: Wed, 15 Jun 2005 11:17:21 +0000 (+0000) Subject: W3C Fixes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=90490c897e73474ff2423101fa5079fbd335bd1e;p=gosa.git W3C Fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@716 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 40222d053..6e6d4e0ad 100644 --- a/html/main.php +++ b/html/main.php @@ -212,7 +212,7 @@ if ($_SESSION['js']==FALSE){ $smarty->assign("help_method", "href='helpviewer.php$plug' target='_new'"); } else { $smarty->assign("javascript", "true"); - $smarty->assign("help_method","href='' onclick=\"return popup('helpviewer.php$plug')\",'GOsa help')\""); + $smarty->assign("help_method","href='' onclick=\"return popup('helpviewer.php$plug','GOsa help');\""); } $smarty->assign ("username", $ui->username);