[PHP-DOC] snaps.php.net/manual/ html formatting From: Daniel Beckham (danbeck <email protected>)
Date: 08/14/00

Anyone know why the html formatting in the English manual snapshot at
snaps.php.net/manual/ looks like this:

<HTML
><HEAD
><TITLE
>PHP Manual</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.56"><LINK
REL="NEXT"
TITLE="Preface"
HREF="preface.html"><META
NAME="HTTP_EQUIV"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="book"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
>

It doesn't really matter to the browser, but is there a reason that a
newline is inserted between every attribute and ending bracket of a html tag?

Daniel