SPR-837: page tools -> written address without escaping '&'
This commit is contained in:
parent
02dbc7fa49
commit
7910e1c9dd
1 changed files with 1 additions and 1 deletions
2
tpl.php
2
tpl.php
|
@ -42,7 +42,7 @@ class tpl {
|
|||
if($data['id'][0] == '#') {
|
||||
$linktarget = $data['id'];
|
||||
} else {
|
||||
$linktarget = wl($data['id'], $data['params']);
|
||||
$linktarget = wl($data['id'], $data['params'], false, '&');
|
||||
}
|
||||
$caption = $lang['btn_' . $data['type']];
|
||||
if(strpos($caption, '%s')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue