OSDN Git Service

プラグインオプション一覧のHTMLに出力される余分な\を削除
authorreine <reine@users.sourceforge.jp>
Wed, 18 Apr 2012 15:27:24 +0000 (00:27 +0900)
committerreine <reine@users.sourceforge.jp>
Wed, 18 Apr 2012 15:35:02 +0000 (00:35 +0900)
nucleus/libs/showlist.php

index fd954ec..dd40f7e 100644 (file)
@@ -348,7 +348,7 @@ function listplug_table_plugoptionlist($template, $type)
                        break;
                case 'FOOT':
                        echo "<tr>\n";
-                       echo '<th colspan=\"2\">' . _PLUGS_SAVE . "</th>\n";
+                       echo '<th colspan="2">' . _PLUGS_SAVE . "</th>\n";
                        echo "</tr>\n";
                        echo "<tr>\n";
                        echo "<td>" . _PLUGS_SAVE . "</td>\n";