Fix: More html compliant

This commit is contained in:
Laurent Destailleur
2008-06-19 08:48:16 +00:00
parent a5d2bc54af
commit 8699aa3d76
6 changed files with 258 additions and 258 deletions

View File

@@ -134,7 +134,7 @@ class ModeleBoxes
}
if (! empty($head['sublink']))
{
print ' <a href="'.$head['sublink'].'" target="_new">'.img_picto($head['subtext'],$head['subpicto']).'</a>';
print ' <a href="'.$head['sublink'].'" target="_blank">'.img_picto($head['subtext'],$head['subpicto']).'</a>';
}
if ($conf->use_javascript_ajax)
{