diff options
author | Kazutaka Miyasaka <kazmiya@gmail.com> | 2009-10-07 19:25:44 +0200 |
---|---|---|
committer | Kazutaka Miyasaka <kazmiya@gmail.com> | 2009-10-07 19:25:44 +0200 |
commit | c2a66484e7b39b9e9b6cd06cfe51b305a1952f3d (patch) | |
tree | 4bacb2a5ddf31cc0f288197bd927f160e1f59023 | |
parent | 57d846dbe973ec13691e4b690ea25ee5fa6d145e (diff) | |
download | rpg-c2a66484e7b39b9e9b6cd06cfe51b305a1952f3d.tar.gz rpg-c2a66484e7b39b9e9b6cd06cfe51b305a1952f3d.tar.bz2 |
fixed misplaced tag
Ignore-this: c4e42d5fc6a743fb9197d6d3159d83fd
darcs-hash:20091007172544-9b77a-5e4572c08550f8e858870dc0cda81804f7437b11.gz
-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; |