diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-02 22:03:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-02 22:03:29 +0000 |
commit | 58f10f85ed975916d7925de22fe9653750e20258 (patch) | |
tree | fac1793046f462deb5b62ccaeec1fcfb34466700 | |
parent | 1e8bbd5a0b88ca63ad5157bd0edd651a507cbaf1 (diff) |
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
-rw-r--r-- | tidy.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ tidy-mark: no numeric-entities: no show-warnings: no quiet: yes +newline: LF |