diff options
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> |
