summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorKazutaka Miyasaka <kazmiya@gmail.com>2009-10-07 19:25:44 +0200
committerKazutaka Miyasaka <kazmiya@gmail.com>2009-10-07 19:25:44 +0200
commitc2a66484e7b39b9e9b6cd06cfe51b305a1952f3d (patch)
tree4bacb2a5ddf31cc0f288197bd927f160e1f59023 /inc
parent57d846dbe973ec13691e4b690ea25ee5fa6d145e (diff)
downloadrpg-c2a66484e7b39b9e9b6cd06cfe51b305a1952f3d.tar.gz
rpg-c2a66484e7b39b9e9b6cd06cfe51b305a1952f3d.tar.bz2
fixed misplaced tag
Ignore-this: c4e42d5fc6a743fb9197d6d3159d83fd darcs-hash:20091007172544-9b77a-5e4572c08550f8e858870dc0cda81804f7437b11.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/template.php2
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;