OSDN Git Service

FIX: skinieoverview/templateeditのマークアップ修正
[nucleus-jp/nucleus-next.git] / nucleus / libs / AdminActions.php
index 5efc9a7..a39c26c 100644 (file)
@@ -2628,9 +2628,9 @@ class AdminActions extends BaseActions
                                        /* extra plugin field */
                                        if ( !array_key_exists('TEMPLATE_EDIT_EXPLUGNAME', $tmplt) || empty($tmplt['TEMPLATE_EDIT_EXPLUGNAME']) )
                                        {
-                                               $base = "</tr>\n"
-                                                     . "<tr>\n"
-                                                     . "<th colspan=\"2\"><%explugtplname%></th>\n";
+                                               $base = "<tr>\n"
+                                                     . "<th colspan=\"2\"><%explugtplname%></th>\n"
+                                                     . "</tr>";
                                        }
                                        else
                                        {
@@ -4108,13 +4108,13 @@ class AdminActions extends BaseActions
                }
                if ( !array_key_exists('SKINIE_EXPORT_LIST', $templates) || empty($templates['SKINIE_EXPORT_LIST']) )
                {
-                       $template = "<td>"
-                       . "<input type=\"checkbox\" name=\"<%typeid%>\" id=\"<%expid%>\" />\n"
-                       . "<label for=\"<%expid%>\"><%expname%></label>\n"
-                       . "</td>\n"
-                       . "<td><%expdesc%></td>\n"
-                       . "</tr>\n"
-                       . "<tr>\n";
+                       $template = "<tr>\n"
+                                 . "<td>"
+                                 . "<input type=\"checkbox\" name=\"<%typeid%>\" id=\"<%expid%>\" />\n"
+                                 . "<label for=\"<%expid%>\"><%expname%></label>\n"
+                                 . "</td>\n"
+                                 . "<td><%expdesc%></td>\n"
+                                 . "</tr>\n";
                }
                else
                {