From 545fc81bbdde07d72c1747d2d9d3026d55d50bb2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 20 Oct 2008 22:56:33 +0000 Subject: [PATCH] =?utf8?q?Bug=20460749:=20Firefox=203.1=20no=20longer=20su?= =?utf8?q?pports=20-moz-pre-wrap=20(nor=20does=20Opera!)=20-=20Patch=20by?= =?utf8?q?=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20?= =?utf8?q?=20r=3Dpyrzak=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/attachment/diff-header.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 97a6d0527f..8c70af3244 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -75,7 +75,9 @@ tbody.file td { tbody.file pre { display: inline; - white-space: -moz-pre-wrap; + white-space: pre-wrap; /* CSS 3 & CSS 2.1 */ + white-space: -moz-pre-wrap; /* Gecko < 1.9.1 */ + white-space: -o-pre-wrap; /* Opera 7 */ font-size: 0.9em; } -- 2.47.2