doc/src/sgml/ref/create_database.sgml had an extra <para> tag

From: "Jonathan M(dot) Gardner" <jgardner(at)jonathangardner(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: doc/src/sgml/ref/create_database.sgml had an extra <para> tag
Date: 2004-07-17 16:10:06
Message-ID: 200407170910.08767.jgardner@jonathangardner.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This is the error that openjade produced:

openjade:ref/create_database.sgml:177:7:E: document type does not allow
element "PARA" here; missing one of "FOOTNOTE", "ITEMIZEDLIST",
"ORDEREDLIST", "VARIABLELIST", "CAUTION", "IMPORTANT", "NOTE", "TIP",
"WARNING", "BLOCKQUOTE", "INFORMALEXAMPLE" start-tag
openjade:ref/create_database.sgml:186:7:E: document type does not allow
element "PARA" here; missing one of "FOOTNOTE", "ITEMIZEDLIST",
"ORDEREDLIST", "VARIABLELIST", "CAUTION", "IMPORTANT", "NOTE", "TIP",
"WARNING", "BLOCKQUOTE", "INFORMALEXAMPLE" start-tag
openjade:ref/create_database.sgml:194:11:E: end tag for "PARA" omitted,
but OMITTAG NO was specified
openjade:ref/create_database.sgml:175:2: start tag was here

This patch removes the extra <para> tag that caused the error.

--
Jonathan Gardner
jgardner(at)jonathangardner(dot)net

Attachment Content-Type Size
create_database.patch text/x-diff 629 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-07-17 16:36:10 Re: doc/src/sgml/ref/create_database.sgml had an extra <para> tag
Previous Message Tom Lane 2004-07-17 16:07:47 Re: pg_autovacuum integration attempt #2