forked from extern/egroupware
fixed typo causing a href not to have closing tag
This commit is contained in:
parent
f0bd45dd45
commit
016f6e5ce3
@ -74,7 +74,7 @@
|
||||
if ($link)
|
||||
{
|
||||
$tpl->set_var('a_open','<a href="' . $phpgw->link($link,$extravars) . '">');
|
||||
$tpl->set_var('a_closed','</a>');
|
||||
$tpl->set_var('a_close','</a>');
|
||||
}
|
||||
$tpl->set_var('img_src',PHPGW_IMAGES_DIR . $img_src);
|
||||
$tpl->set_var('label',lang($label));
|
||||
|
Loading…
Reference in New Issue
Block a user