Open mrmaloof opened 9 years ago
Please add template HTML which reproduces the problem.
This is related to this HTML::TreeBuilder bug https://rt.cpan.org/Public/Bug/Display.html?id=103204
As a workaround, wrap the <nav>
into a <div>
and you'll be fine
Which HTML specification defines <nav>
?
My template contains the
<nav>
element as used in the navbar example from bootstrap 3. After calling process the<nav>
element is placed after the closing</body>
tag.Here is code to illustrate the problem.