From 58f10f85ed975916d7925de22fe9653750e20258 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 2 Jul 2005 22:03:29 +0000 Subject: [PATCH] HTML Tidy's newline detection appears to be broken. Force LF line endings assuming people are rendering on a Linux box git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6347 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