From 2890205d143f9a9bf337ae528bf76bd8a9c1e858 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 1 Jan 2011 18:28:09 +0000 Subject: [PATCH] fixed admin list example --- lam/help/help.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index 69d08e09..f7db9e93 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -85,7 +85,7 @@ $helpArray = array ( "Text" => _("This is a list of valid DN entries of all users that are allowed to login to LDAP Account Manager. Please enter one DN per line.") . "

" . _("Example") . - ": cn=admin,dc=yourdomain,dc=org;cn=manager,dc=yourdomain,dc=org"), + ":
cn=admin,dc=yourdomain,dc=org
cn=manager,dc=yourdomain,dc=org"), "208" => array ("Headline" => _("Maximum list entries"), "Text" => _("This is the number of rows to show in the account list. If more entries are found the list will be split into several pages.")), "209" => array ("Headline" => _("Default language"),