<comment> seems to be broken

Started by Tom Laneover 22 years ago3 messagesdocs
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

I notice that <comment> text is showing up in the HTML output. For
example, dml.sgml begins with

<comment>
This chapter is still quite incomplete.
</comment>

and said text is visible at

http://developer.postgresql.org/docs/postgres/dml.html

That isn't what we want, is it?

regards, tom lane

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#1)
Re: <comment> seems to be broken

Tom Lane writes:

I notice that <comment> text is showing up in the HTML output.

There is some magic that makes comments show up if the version string
contains "devel". That is, everything is working perfectly.

--
Peter Eisentraut peter_e@gmx.net

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#2)
Re: <comment> seems to be broken

Peter Eisentraut <peter_e@gmx.net> writes:

There is some magic that makes comments show up if the version string
contains "devel". That is, everything is working perfectly.

Tricky, tricky ...

regards, tom lane