From 1a034d3bbdc5f9f68f0183a4e86f4ce045b2afb6 Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Fri, 9 Mar 2001 13:20:20 +0000 Subject: [PATCH] Cleanup DOS end-of-lines git-svn-id: svn://10.0.0.236/trunk@89120 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/content/src/mathml-css.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/mathml/content/src/mathml-css.pl b/mozilla/layout/mathml/content/src/mathml-css.pl index 945e2138cbd..13a464e44a3 100644 --- a/mozilla/layout/mathml/content/src/mathml-css.pl +++ b/mozilla/layout/mathml/content/src/mathml-css.pl @@ -10,6 +10,7 @@ close(UA); if (!($css =~ m|\@import.*mathml\.css|)) { + $css =~ s/\cM\n/\n/g; # dos2unix end of line $css =~ s|(\@import[^\@]+\;)\n\n|$1\n\@import url\(resource:/res/mathml\.css\);\n\n|; open(UA, ">$ua"); print UA $css;