Re: Blanks in the first line before the first word in the code boxes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Blanks in the first line before the first word in the code boxes
Дата
Msg-id 60a39b28-485e-1621-79af-fa01cf43b3c6@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Blanks in the first line before the first word in the code boxes  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Blanks in the first line before the first word in the code boxes  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-docs
On 4/1/18 11:55, Magnus Hagander wrote:
> However, why does devel work fine when the others are broken. It's the
> exact same code that's run to load the docs. The *input* to the loader
> must also be different at some point.

In devel, the raw HTML output looks like

... <pre class="synopsis">
ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] ...

(with a line break)

but before it looks like

... <pre class="synopsis">ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] ...

(without a line break).

So maybe some part of the processing code thinks it should do some kind
of "indentation" here.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-docs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: "IS NOT DOCUMENT" is missing
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: "IS NOT DOCUMENT" is missing