diff options
author | gerald <gerald@localhost> | 1999-10-25 05:14:47 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-10-25 05:14:47 +0000 |
commit | caacfcdc953a100756382526ab12a5cfbdebaf78 (patch) | |
tree | 134bdeb452b6bb7c2335003e7ff84df257869c8f | |
parent | f821541423040e3e7576c0bd497c6908890f5711 (diff) | |
download | markup-validator-caacfcdc953a100756382526ab12a5cfbdebaf78.zip markup-validator-caacfcdc953a100756382526ab12a5cfbdebaf78.tar.gz markup-validator-caacfcdc953a100756382526ab12a5cfbdebaf78.tar.bz2 |
a file with no newlines, just a bunch of ^M's in it (from a DOS user?)
-rwxr-xr-x | htdocs/dev/tests/no-newlines.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/dev/tests/no-newlines.html b/htdocs/dev/tests/no-newlines.html new file mode 100755 index 0000000..c0057b0 --- /dev/null +++ b/htdocs/dev/tests/no-newlines.html @@ -0,0 +1 @@ + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Jesse</TITLE>
</HEAD>
<FRAMESET COLS="120,*">
<FRAME NAME="m_enu" SRC="html40-strict.html" SCROLLING="no">
<FRAME NAME="contents" SRC="html40-strict.html" SCROLLING="no">
</FRAMESET>
<NOFRAMES>
blah blah.
blah blah
<A HREF="html40-strict.html"> blah </A>
blah blah blah
</NOFRAMES>
</BODY>
</HTML> |