On 29 August 2010 21:31, Tom Lane <[email protected]> wrote: > Thom Brown <[email protected]> writes: >> On 28 August 2010 19:50, Thom Brown <[email protected]> wrote: >>> On 28 August 2010 19:47, Thom Brown <[email protected]> wrote: >> On 28 August 2010 15:29, Thom Brown <[email protected]> wrote: >>>> I attach a patch which fixes a few layout and markup issues, and also >>>> a bit of tidying up. > >> Okay, reattached and tested this time. > > Ummm ... this seems to be almost entirely pointless whitespace changes. > Sure you attached the right diff?
Yes, the whitespace changes you're seeing are because I closed the <para> tag early, then re-opened it again for the next paragraph, which meant I reduced the indent for the content between them. The paragraph is also closed again after, rather than containing everything after it, so I removed the excess closing paragraph tag and reduce the indentation of the affected sections. This is because of what is rendered on: http://www.postgresql.org/docs/9.0/static/functions-logical.html The sentence "SQL uses a three-valued boolean..." isn't contained in a paragraph at all and should be. Otherwise it's free text in a div. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
