diff --git a/inc/template.php b/inc/template.php index c1e3e76abb1859b6b177c1ba27218300fe7612a9..85fdb67cf5c967ce7a01e4fd907f694991c86bc1 100644 --- a/inc/template.php +++ b/inc/template.php @@ -1312,7 +1312,7 @@ function tpl_license($img='badge',$imgonly=false,$return=false){ if(!$imgonly) { $out .= $lang['license']; $out .= '<a href="'.$lic['url'].'" rel="license" class="urlextern"'; - if(isset($conf['target']['extern'])) $out .= ' target="'.$conf['target']['extern'].'"'; + if($conf['target']['extern']) $out .= ' target="'.$conf['target']['extern'].'"'; $out .= '>'.$lic['name'].'</a>'; } $out .= '</div>';