mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Added object's DN escape in links's URL
This commit is contained in:
parent
0c0fe4fb77
commit
3b01977d3c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{if $dn}
|
||||
<a href='view.php?LSobject={$selectableObject}&dn={$dn}' class='LSformElement_select_object'>{$txt}</a>
|
||||
<a href='view.php?LSobject={$selectableObject}&dn={$dn|escape:'url'}' class='LSformElement_select_object'>{$txt}</a>
|
||||
{if !$freeze}<input type='hidden' class='LSformElement_select_object' name='{$attr_name}[]' value='{$dn}' />{/if}
|
||||
{else}
|
||||
{$noValueTxt}
|
||||
|
|
Loading…
Reference in a new issue