OSDN Git Service

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

index 7997b0f..fdfaa93 100644 (file)
@@ -177,7 +177,7 @@ function listplug_table_teamlist($template, $type)
                case 'HEAD':
                        echo "<th>" . _LIST_MEMBER_NAME . "</th>\n";
                        echo "<th>" . _LIST_MEMBER_RNAME . "</th>\n";
-                       echo "<th>" . _LIST_TEAM_ADMIN . "</th>\n";
+                       echo "<th>" . _LIST_TEAM_ADMIN;
                        help('teamadmin');
                        echo "</th>\n";
                        echo "<th colspan=\"2\">"._LISTS_ACTIONS."</th>\n";