<p> or <div> inside <blockquote>
Bug #815019 reported by
Luc Saffre
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Appy |
Fix Released
|
Medium
|
Gaëtan Delannay |
Bug Description
It seems that appy.pod doesn't understand when the content of a BLOCKQUOTE
is more than simple flowing text. Here is an example HTML chunk to reproduce this bug:
<p>Appy.pod fails to render paragraphs
inside a <strong>
<blockquote>
<p>This text is not rendered.</p>
</blockquote>
<p>Same for DIVs inside a <strong>
<blockquote>
<div>This text is not rendered.</div>
</blockquote>
<p>Only flowing text passes :</p>
<blockquote>
This text is rendered.
</blockquote>
Changed in appy: | |
assignee: | nobody → Gaëtan Delannay (gaetan-delannay) |
importance: | Undecided → Medium |
milestone: | none → 0.9.3 |
status: | New → Fix Committed |
Changed in appy: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.