Skip to content
Snippets Groups Projects
Commit 1481facf authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed typo in tpl_license()

darcs-hash:20090114185521-7ad00-3bb2c0be133fb4a3077613006b8e93f10b7d798a.gz
parent 5bb99c63
No related branches found
No related tags found
No related merge requests found
......@@ -1317,11 +1317,11 @@ function tpl_license($img='badge',$return=false){
if($src){
$out .= '<a href="'.$lic['url'].'" rel="license"';
if($conf['target']['external']) $out .= ' target="'.$conf['target']['external'].'"';
$out .= '><img src="'.DOKU_BASE.$src.'" class="lic'.$button.'" alt="'.$lic['name'].'" align="left" /></a>';
$out .= '><img src="'.DOKU_BASE.$src.'" class="lic'.$img.'" alt="'.$lic['name'].'" align="left" /></a> ';
}
}
$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 .= '</p>';
......
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