Code

W3C Fixes
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Jun 2005 11:17:21 +0000 (11:17 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Jun 2005 11:17:21 +0000 (11:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@716 594d385d-05f5-0310-b6e9-bd551577e9d8

html/main.php

index 40222d053f79160b2461f7e728821301a5d46dac..6e6d4e0ad4fcff4ecf14c7b416f14b6f34a22b5b 100644 (file)
@@ -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);