fixed typo causing a href not to have closing tag

This commit is contained in:
angles 2001-07-27 19:01:40 +00:00
parent f0bd45dd45
commit 016f6e5ce3

View File

@ -74,7 +74,7 @@
if ($link) if ($link)
{ {
$tpl->set_var('a_open','<a href="' . $phpgw->link($link,$extravars) . '">'); $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('img_src',PHPGW_IMAGES_DIR . $img_src);
$tpl->set_var('label',lang($label)); $tpl->set_var('label',lang($label));