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

From Daniel Gustafsson
Subject [pgsql-www] Fix nested paragraphs on event list
Date
Msg-id 720986A5-046E-414C-8C17-7B218187678C@yesql.se
Whole thread Raw
Responses Re: [pgsql-www] Fix nested paragraphs on event list  (Magnus Hagander <magnus@hagander.net>)
List pgsql-www
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.

cheers ./daniel


-- 
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

Attachment

pgsql-www by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [pgsql-www] More http -> https
Next
From: Peter Eisentraut
Date:
Subject: [pgsql-www] escapes in submitted docs comments