diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-28 17:00:03 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-28 17:00:03 +0000 |
| commit | 2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7 (patch) | |
| tree | 7837b0e54fcd05f2f49a22a078b0f12cad864b30 /phpBB/adm | |
| parent | f0cc1229487adb1f4dccfdc26efdbfd7f4db199e (diff) | |
| download | forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar.gz forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar.bz2 forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar.xz forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.zip | |
forgot that one ...
git-svn-id: file:///svn/phpbb/trunk@6948 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/install_update_diff.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 55f3d1cc49..58b9aa833f 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -42,7 +42,7 @@ function resize_panel() width: 99%; } -<!-- IF DIFF_MODE neq 'side_by_side' --> +<!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' --> div#codepanel { overflow: auto; width: 100%; @@ -199,7 +199,7 @@ table.hrdiff caption span { </head> -<!-- IF DIFF_MODE neq 'side_by_side' --> +<!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' --> <body onresize="resize_panel();" onload="resize_panel();"> <!-- ELSE --> <body> |
