From 9ad01770fae778073aedd6838a340ad42a532319 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 2 Jul 2005 22:04:36 +0000 Subject: [PATCH] HTML Tidy's newline detection appears to be broken. Force LF line endings assuming people are rendering on a Linux box (merged from trunk r6347) git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- tidy.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tidy.conf b/tidy.conf index b15a0a17b..cd77f2b09 100644 --- a/tidy.conf +++ b/tidy.conf @@ -15,3 +15,4 @@ tidy-mark: no numeric-entities: no show-warnings: no quiet: yes +newline: LF