summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 9d29ad291..909de999c 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -1318,7 +1318,7 @@ 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'.$img.'" alt="'.$lic['name'].'" align="left" /></a> ';
+ $out .= '><img src="'.DOKU_BASE.$src.'" class="medialeft lic'.$img.'" alt="'.$lic['name'].'" /></a> ';
}
}
$out .= $lang['license'];