FELIX-2627 Allow for uploading war files, which may be bundles, too

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1001030 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles.html b/webconsole/src/main/resources/templates/bundles.html
index 908a0e9..0365d39 100644
--- a/webconsole/src/main/resources/templates/bundles.html
+++ b/webconsole/src/main/resources/templates/bundles.html
@@ -134,7 +134,7 @@
 		<tr>
 			<td>&nbsp;</td>
 			<td>
-				<input class="multi" accept="jar" type="file" name="bundlefile" />
+				<input class="multi" accept="jar|war" type="file" name="bundlefile" />
 			</td>
 		</tr>
 	</table>