Solved partially bug https://bugs.launchpad.net/appy/+bug/394258 (rendering of the content of style tags)

This commit is contained in:
Gaetan Delannay 2009-08-11 15:43:21 +02:00
parent b4d2360d6f
commit bdb220716c
4 changed files with 1583 additions and 1546 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
xhtmlInput = '''
<p><meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /><title></title><meta name="GENERATOR" content="OpenOffice.org 3.0 (Win32)" /><style type="text/css">
&lt;!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
--&gt;
</style>
<p>concepteurs de normes : membres des
cabinets ministériels et les administrations.</p>
<p><br /><br /></p>
<p>Laurent, membre du cabinet du Ministre
de l'énergie, doit rédiger un arrêté du Gouvernement wallon
relatif à l'octroi d'une prime à l'isolation. Il peut télécharger
le canevas typ</p>
</p>'''

Binary file not shown.