X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id D1D7AD1E995; Sat, 17 Apr 2004 13:55:43 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 72558-04; Sat, 17 Apr 2004 13:55:43 -0300 (ADT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id EA75DD1E981; Sat, 17 Apr 2004 13:55:41 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.11/8.12.11) with ESMTP id i3HGtgiL011078; Sat, 17 Apr 2004 12:55:42 -0400 (EDT) To: pgsql-www@postgresql.org, pgsql-docs@postgresql.org Subject: Odd formatting in on-line docs Date: Sat, 17 Apr 2004 12:55:41 -0400 Message-ID: <11077.1082220941@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200404/141 X-Sequence-Number: 4245 The online copies of the documentation misformat constructs, indenting lines after the first. For example at http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-LEXICAL the three example SQL statements should all be indented the same. Older versions look the same, as do the "interactive" versions. But the developer version of the docs is fine: http://developer.postgresql.org/docs/postgres/sql-syntax.html#SQL-SYNTAX-LEXICAL I think this must be some weird interaction between the docs themselves and the HTML wrapper that's put around them to make the online pages. Can anyone diagnose this and fix it? regards, tom lane