New submission from Brian Sutherland <br...@vanguardistas.net>: Image tags like this: <img src="pixels.png" width="640px" height="480px"/> <img src="percentage.png" width="50%" height="50%"/> Are re-written resulting in bitblt containing URLs which miss the regular expression. This means broken images.
Attached are 2 patches with tests which fix the 2 issues separately, they should be applied in order attached. ---------- files: dont_rewrite_percentage_img_tags.patch messages: 311 nosy: jinty priority: bug status: unread title: Percentage and pixel <img> tags mangled when they shouldn't be topic: repoze.bitblt __________________________________ Repoze Bugs <b...@bugs.repoze.org> <http://bugs.repoze.org/issue107> __________________________________
dont_rewrite_percentage_img_tags.patch
Description: Binary data
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev