summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 65d098c)
raw | patch | inline | side by side (parent: 65d098c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:07:41 +0000 (11:07 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@440 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index e6162f3798ce46ed014d7d37f247dd3cb8ccb713..8e85fb445633804d815f8a7dce08ed9e3dd15019 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
/* 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&viewid=$uid\">$uid</a>"));
return ($smarty->fetch (get_template_path('islocked.tpl')));
}