Re: [pgsql-www] Fix nested paragraphs on event list - Mailing list pgsql-www

From Magnus Hagander
Subject Re: [pgsql-www] Fix nested paragraphs on event list
Date
Msg-id CABUevExcTUP_GAV5_958zx2hJTbPVqF8cTJ05dGYT1cGoE8b_A@mail.gmail.com
Whole thread Raw
In response to [pgsql-www] Fix nested paragraphs on event list  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-www

On Mon, Jan 30, 2017 at 8:29 AM, Daniel Gustafsson <daniel@yesql.se> wrote:
The event list on /about/events/ fails validation due to nesting a block-level
element (in this case a <p>) inside a <p> paragraph.  The <p> element is a
block-level element which prohibits any other nested block-level elements such
as <div> but also <p> itself.  The culprit is the markdown filter which renders
using <p> elements.

Attached patch replace the <p> element wrapping the rendered event summary with
a <div> instead.  Since browsers close the currently open <p> when encountering
a block-level element, this should not introduce any visible changes but since
I don’t have a staging environment it needs testing.

Pushed, thanks. 

--

pgsql-www by date:

Previous
From: Peter Eisentraut
Date:
Subject: [pgsql-www] escapes in submitted docs comments
Next
From: Stephen Frost
Date:
Subject: [pgsql-www] GSoC 2017 update