aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_download_updates.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-05-31 21:30:19 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-05-31 21:30:19 -0400
commitdd0f9ed5d547c72ca78881b99785d7ac209afc1e (patch)
tree33f222dc616a6492b85825c9b9ef1b05eb20e983 /config/snort/snort_download_updates.php
parent30b50ec9c75d210579a5321e01043e2f5ae7980d (diff)
downloadpfsense-packages-dd0f9ed5d547c72ca78881b99785d7ac209afc1e.tar.gz
pfsense-packages-dd0f9ed5d547c72ca78881b99785d7ac209afc1e.tar.bz2
pfsense-packages-dd0f9ed5d547c72ca78881b99785d7ac209afc1e.zip
Remove misplaced </div> tag that was causing issues with some themes.
Diffstat (limited to 'config/snort/snort_download_updates.php')
-rwxr-xr-xconfig/snort/snort_download_updates.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/config/snort/snort_download_updates.php b/config/snort/snort_download_updates.php
index a397a7b0..124106ef 100755
--- a/config/snort/snort_download_updates.php
+++ b/config/snort/snort_download_updates.php
@@ -218,11 +218,10 @@ h += 96;
cellpadding="5px" cellspacing="0">
<tr>
<td id="download_rules_td" style='background-color: #eeeeee'>
- <div height="32" width="725px" style='background-color: #eeeeee'>
- <font size='1px'><span class="red"><b><?php echo gettext("NOTE:"); ?></b></span></font><font size='1px'
- color='#000000'>&nbsp;&nbsp;<?php echo gettext("Snort.org and EmergingThreats.net " .
- "will go down from time to time. Please be patient."); ?>
- </font>
+ <div height="32" width="725px" style='background-color: #eeeeee'><span class="vexpl">
+ <span class="red"><b><?php echo gettext("NOTE:"); ?></b></span>
+ &nbsp;&nbsp;<?php echo gettext("Snort.org and EmergingThreats.net " .
+ "will go down from time to time. Please be patient."); ?></span>
</div>
</td>
</tr>
@@ -236,8 +235,8 @@ h += 96;
</td>
</tr>
</table>
-<!-- end of final table --></div>
- </form>
+<!-- end of final table -->
+</form>
<?php include("fend.inc"); ?>
</body>
</html>