summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_patterns.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-04-03 17:50:07 +0100
committerColin Fleming <cj_fleming@sky.com>2013-04-03 17:50:07 +0100
commite7de4b89c84ea2a8f2d695fe6ea2f7fd151f6693 (patch)
tree1ac6175ab57015d848a4ce7ca6068a28ee8b0131 /usr/local/www/diag_patterns.php
parentcd4a47d899d01a4037f0e0d0428a05a58e855409 (diff)
downloadpfsense-e7de4b89c84ea2a8f2d695fe6ea2f7fd151f6693.zip
pfsense-e7de4b89c84ea2a8f2d695fe6ea2f7fd151f6693.tar.gz
Tidy up "diag_patterns.php" XHTML
Close INPUT tags Move closing FORM tag to correct place
Diffstat (limited to 'usr/local/www/diag_patterns.php')
-rwxr-xr-xusr/local/www/diag_patterns.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_patterns.php b/usr/local/www/diag_patterns.php
index cf548a3..a618972 100755
--- a/usr/local/www/diag_patterns.php
+++ b/usr/local/www/diag_patterns.php
@@ -64,28 +64,28 @@ include("head.inc");
<?php if ($ulmsg) echo "<p class=\"red\"><strong>" . $ulmsg . "</strong></p>\n"; ?>
<div id="mainarea">
<form action="diag_patterns.php" method="post" enctype="multipart/form-data" name="frmPattern">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" summary="upload pattern">
<tr>
<td colspan="4" valign="top" class="listtopic"><?=gettext("Upload layer7 pattern file");?></td>
</tr>
<tr>
<td align="right"><strong><?=gettext("File to upload:");?></strong></td>
<td valign="top" class="label">
- <input name="ulfile" type="file" class="formfld file" id="ulfile">
+ <input name="ulfile" type="file" class="formfld file" id="ulfile" />
</td>
</tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>
<td valign="top" class="label">
- <input name="submit" type="submit" class="button" id="upload" value="<?=gettext("Upload Pattern file");?>">
+ <input name="submit" type="submit" class="button" id="upload" value="<?=gettext("Upload Pattern file");?>" />
</td>
</tr>
<tr>
<td colspan="2" valign="top" height="16"></td>
</tr>
</table>
+</form>
</div>
<?php include("fend.inc"); ?>
-</form>
</body>
</html>
OpenPOWER on IntegriCloud