Vote #62901
完了PDF export fails on certains HTML entities
0%
説明
I wanted to use < or > symbols, so i tried using
<example>or
This is working fine in display, but either solution resulted in having HTML entities remaining in the PDF export.
(btw, there is no adequate bug category for exporters, so leaving it blank)
journals
This comment that contains <example> seems to be rendered fine in the pdf, doesn't it ?
--------------------------------------------------------------------------------
test: <example>
--------------------------------------------------------------------------------
In my 0.6.4 installation, if i just use <example> directy, it is rendered well in the PDF, but is rendered blank in the web page because neither < or > are tranlated into HTML entities. So i guess this bug is fixed in the SVN version.
Nevertheless, in your working example, only < is translated, which allows proper HTML rendering, but > isn't and should.
--------------------------------------------------------------------------------
Yes, it seems to be solved in 0.7 devel. As the release is coming soon, i'll check after upgrade and update or close the ticket appropriately.
--------------------------------------------------------------------------------
Arf, My bad, '>' is still not encoded properly, i missed it.
--------------------------------------------------------------------------------
Fixed in r1348. '>' are now replaced by html entities.
--------------------------------------------------------------------------------