Closed GoogleCodeExporter closed 9 years ago
last line should say:
line 447 should contain the "u" tag defined as inline (this solves the issue)
instead of "ul"
Original comment by stein...@gmail.com
on 30 Apr 2012 at 10:34
hi steinkel, can you give me an example of the input for a test?
Original comment by antixsof...@gmail.com
on 30 Apr 2012 at 12:07
yes:
input: "test1 <u>test2</u> test3"
config:
$.htmlClean.defaults.replace.push([['p'], 'div']);
$.htmlClean.defaults.allowedTags = ['div', 'ol', 'ul', 'li', 'em', 'strong', 'u', 'br'];
$.htmlClean.defaults.removeTags = [];
Original comment by stein...@gmail.com
on 30 Apr 2012 at 1:22
yes:
input: "test1 <u>test2</u> test3"
config:
$.htmlClean.defaults.replace.push([['p'], 'div']);
$.htmlClean.defaults.allowedTags = ['div', 'ol', 'ul', 'li', 'em',
'strong', 'u', 'br'];
$.htmlClean.defaults.removeTags = [];
2012/4/30 <jquery-clean@googlecode.com>
Original comment by stein...@gmail.com
on 30 Apr 2012 at 4:23
thanks steinkel - thats done now
there is a test in the repo if you need to confirm
jquery.htmlClean.test-issue14.htm
Original comment by antixsof...@gmail.com
on 30 Apr 2012 at 6:41
cool, thank you.
Original comment by stein...@gmail.com
on 30 Apr 2012 at 6:43
Original issue reported on code.google.com by
stein...@gmail.com
on 30 Apr 2012 at 10:33