View Single Post
  #2   (View Single Post)  
Old 21st July 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

The <style> element has not been closed properly. Either close with
Code:
<style type="text/css />
or
Code:
<style type="text/css></style>
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote