Mercurial > hg
diff mercurial/templater.py @ 23829:70cfa7e1611b
hgweb: close <p> elements
<p> elements can only contain inline elements, so as soon as browser encounters
a block element (e.g. block <div>) "inside" a <p>, it puts an implicit </p>.
It's better to do this explicitly.
author | Anton Shestakov <engored@ya.ru> |
---|---|
date | Sat, 10 Jan 2015 17:52:02 +0800 |
parents | a3c2d9211294 |
children | fafd9a1284cf b73a22d1d9bf |