Fix block-level nesting on event list
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 6 Feb 2017 17:40:05 +0000 (18:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 6 Feb 2017 17:40:05 +0000 (18:40 +0100)
commitea2cb3594addad34a9e771d42bf0f8caf372f122
treed543853fb6ae6716e0e5d3db35cc0a929ed54ac2
parent0dfe59d111dddde139e5ecea9a91d9aa870f58c0
Fix block-level nesting on event list

Replace the <p> element wrapping the rendered event summary with a
<div> since the markdown filter renders <p> elements causing nested
block-levels inside <p>.
templates/events/archive.html