diff options
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index afd23bf5f..c181c164c 100644 --- a/inc/template.php +++ b/inc/template.php @@ -1377,8 +1377,8 @@ function tpl_license($img='badge',$imgonly=false,$return=false){ $out .= '<a href="'.$lic['url'].'" rel="license" class="urlextern"'; if($conf['target']['external']) $out .= ' target="'.$conf['target']['external'].'"'; $out .= '>'.$lic['name'].'</a>'; - $out .= '</div>'; } + $out .= '</div>'; if($return) return $out; echo $out; |