aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-24 19:11:16 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-24 19:11:16 -0400
commitf5501a1e1f0eb7a4b407a81aec6a4f711c20a649 (patch)
tree4f1ac7a403f3bf615e0f1dbf8247a48b2380d0ff /config/apache_mod_security
parent4ceffbee3e062375630d6ffac8599c09ff6e8417 (diff)
downloadpfsense-packages-f5501a1e1f0eb7a4b407a81aec6a4f711c20a649.tar.gz
pfsense-packages-f5501a1e1f0eb7a4b407a81aec6a4f711c20a649.tar.bz2
pfsense-packages-f5501a1e1f0eb7a4b407a81aec6a4f711c20a649.zip
Wrap it up.
Diffstat (limited to 'config/apache_mod_security')
-rw-r--r--config/apache_mod_security/apache_mod_security_view_logs.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/apache_mod_security/apache_mod_security_view_logs.php b/config/apache_mod_security/apache_mod_security_view_logs.php
index 0d930700..94561504 100644
--- a/config/apache_mod_security/apache_mod_security_view_logs.php
+++ b/config/apache_mod_security/apache_mod_security_view_logs.php
@@ -52,6 +52,17 @@ if ($_POST['clear']) { }
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<style type='text/css'>
+pre {
+ overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
+ white-space: pre-wrap; /* css-3 */
+ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ /* width: 99%; */
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
+}
+</style>
<script src="/javascript/scriptaculous/prototype.js" type="text/javascript"></script>
<script type="text/javascript">
function getlogactivity() {