OSDN Git Service

FIX:メンバーの管理画面でタグ記述のミスでヘルプボタンが意図しない位置に表示される問題を修正
authorreine <reine@users.sourceforge.jp>
Sat, 21 Apr 2012 12:09:34 +0000 (21:09 +0900)
committerreine <reine@users.sourceforge.jp>
Sat, 21 Apr 2012 12:09:34 +0000 (21:09 +0900)
nucleus/libs/showlist.php

index b87494b..7997b0f 100644 (file)
@@ -141,7 +141,7 @@ function listplug_table_memberlist($template, $type)
                        echo '<th>' . _LIST_MEMBER_NAME . "</th>\n";
                        echo '<th>' . _LIST_MEMBER_RNAME . "</th>\n";
                        echo '<th>' . _LIST_MEMBER_URL . "</th>\n";
-                       echo '<th>' . _LIST_MEMBER_ADMIN . "</th>\n";
+                       echo '<th>' . _LIST_MEMBER_ADMIN;
                        help('superadmin');
                        echo "</th>\n";
                        echo '<th>' . _LIST_MEMBER_LOGIN;