Skip to content
Snippets Groups Projects
Commit 5bb99c63 authored by Michael Klier's avatar Michael Klier
Browse files

minor cosmetic fix for tpl_license()

darcs-hash:20090114054432-23886-99834406fd085fd7d3f49fd4f6cffc618adfadc8.gz
parent 06156f3c
No related branches found
No related tags found
No related merge requests found
......@@ -1321,9 +1321,9 @@ function tpl_license($img='badge',$return=false){
}
}
$out .= $lang['license'];
$out .= '<a href="'.$lic['url'].'" rel="license" class="urlextern"';
$out .= ' <a href="'.$lic['url'].'" rel="license" class="urlextern"';
if($conf['target']['external']) $out .= ' target="'.$conf['target']['external'].'"';
$out .= '> '.$lic['name'].'</a>';
$out .= '>'.$lic['name'].'</a>';
$out .= '</p>';
if($return) return $out;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment