Closed (fixed)
Project:
Emogrifier
Version:
7.x-1.18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Apr 2012 at 20:52 UTC
Updated:
18 Jul 2012 at 16:26 UTC
Jump to comment: Most recent file
The call back to replace or remove other tags (lines 148-150 of emogrifier.module) is removing the space before a valid tag (like <strong>).
E.g.:
<p>A valid tag is <strong>strong</strong></p><p>A valid tag is<strong>strong</strong></p>| Comment | File | Size | Author |
|---|---|---|---|
| #7 | emogrifier-1516920-7.patch | 1.19 KB | plach |
| #3 | emogrifier-do-not-strip-spaces-1516920-3.patch | 1.59 KB | pillarsdotnet |
| #2 | Removing-valid-spaces-1516920-2.patch | 601 bytes | tomgf |
| #1 | Removing-valid-spaces-1516920-1.patch | 602 bytes | tomgf |
Comments
Comment #1
tomgf commentedI have produced a patch, knowing that perhaps it is just solving my issue…
Any comments will be appreciated.
Thanks!
Comment #2
tomgf commentedI am sorry but the first patch I have submitted has an error…
This second one has what I have attempted to do in the first place.
Comment #3
pillarsdotnet commentedCould you please test the attached patch?
Comment #4
tomgf commentedI have tested your patch and –as it is including the lines I have provided– it also solves my problem… (no space before
<strong>tags)But we will probably need a more extensive test, right?
Comment #5
pillarsdotnet commentedFixed in 6.x-1.18 / 7.x-1.18 / 8.x-1.18 releases.
Comment #7
plachHere is a 6.x version.
Comment #8
plachForget #7, sorry, I didn't see this was fixed also in 6.x.