diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-31 21:30:19 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-31 21:30:19 -0400 |
commit | dd0f9ed5d547c72ca78881b99785d7ac209afc1e (patch) | |
tree | 33f222dc616a6492b85825c9b9ef1b05eb20e983 | |
parent | 30b50ec9c75d210579a5321e01043e2f5ae7980d (diff) | |
download | pfsense-packages-dd0f9ed5d547c72ca78881b99785d7ac209afc1e.tar.gz pfsense-packages-dd0f9ed5d547c72ca78881b99785d7ac209afc1e.tar.bz2 pfsense-packages-dd0f9ed5d547c72ca78881b99785d7ac209afc1e.zip |
Remove misplaced </div> tag that was causing issues with some themes.
-rwxr-xr-x | config/snort/snort_download_updates.php | 13 |
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'> <?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> + <?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> |