From aaa65441d2e5fa8e664d7a76139b5b56f7048502 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 6 Apr 2006 16:00:59 +0000 Subject: [PATCH] unplanned execution path --- ChangeLog | 2 ++ themes/darkblue_orange/css/theme_left.css.php | 8 +++++++- themes/darkblue_orange/css/theme_right.css.php | 6 ++++++ themes/original/css/theme_left.css.php | 6 ++++++ themes/original/css/theme_right.css.php | 6 ++++++ 5 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c5cbf63a..4d7c7d701 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2006-04-06 Marc Delisle ### 2.8.0.3 released from branch MAINT_2_8_0 + * themes/*/css/theme_left.css.php, /theme_right.css.php: + protection from unplanned execution path 2006-03-28 Marc Delisle * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245, diff --git a/themes/darkblue_orange/css/theme_left.css.php b/themes/darkblue_orange/css/theme_left.css.php index 6604fa1f8..55df541ee 100644 --- a/themes/darkblue_orange/css/theme_left.css.php +++ b/themes/darkblue_orange/css/theme_left.css.php @@ -1,3 +1,9 @@ + /******************************************************************************/ /* general tags */ body { @@ -127,4 +133,4 @@ div#left_tableList ul ul { border-left: 0.1em solid #ffffff; padding-bottom: 0.1em; border-bottom: 0.1em solid #ffffff; -} \ No newline at end of file +} diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 744611986..7691ab268 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1,3 +1,9 @@ + /******************************************************************************/ /* general tags */ body { diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index c2eea3a10..770589463 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -1,3 +1,9 @@ + /******************************************************************************/ /* general tags */ body { diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 279348e28..52fa89c6e 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1,3 +1,9 @@ + /******************************************************************************/ /* general tags */ body {