FELIX-4947 Webconsole plugin for OSGi Subsystems

Fix layout of the install subsystem dialog.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1688816 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/subsystems/src/main/resources/res/plugin.html b/webconsole-plugins/subsystems/src/main/resources/res/plugin.html
index 7506bf6..e6829f6 100644
--- a/webconsole-plugins/subsystems/src/main/resources/res/plugin.html
+++ b/webconsole-plugins/subsystems/src/main/resources/res/plugin.html
@@ -85,10 +85,8 @@
             </td>

         </tr>

         <tr>

-            <td>

-                <td>&nbsp;</td>

-                <input class="multi" accept="jar|zip|esa" type="file" name="subsystemfile" />

-            </td>

+            <td>&nbsp;</td>

+            <td><input class="multi" accept="jar|zip|esa" type="file" name="subsystemfile" /></td>

         </tr>

     </table>

     </form>