Code

Link must contain "&" instead of "&".
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 11:07:41 +0000 (11:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 11:07:41 +0000 (11:07 +0000)
W3c

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@440 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index e6162f3798ce46ed014d7d37f247dd3cb8ccb713..8e85fb445633804d815f8a7dce08ed9e3dd15019 100644 (file)
@@ -916,7 +916,7 @@ function gen_locked_message($user, $dn)
   /* Prepare and show template */
   $smarty= get_smarty();
   $smarty->assign ("dn", $dn);
-  $smarty->assign ("message", sprintf(_("You're going to edit the LDAP entry '%s' which appears to be used by '%s'. Please contact the person in order to clarify proceedings."), $dn, "<a href=main.php?plug=0&viewid=$uid>$uid</a>"));
+  $smarty->assign ("message", sprintf(_("You're going to edit the LDAP entry '%s' which appears to be used by '%s'. Please contact the person in order to clarify proceedings."), $dn, "<a href=\"main.php?plug=0&amp;viewid=$uid\">$uid</a>"));
 
   return ($smarty->fetch (get_template_path('islocked.tpl')));
 }