You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do this:
strip_html("<ul><li>one</li><li>two</li><li>three</li></ul>
You end up with "onetwothree" what is probably better would be something
like this:
"
* one
* two
* three
"
Is there any reason you can't just use plain text? If HTML was important,
an alternate solution would be to use ReST and then automatically convert
it to HTML.
Original issue reported on code.google.com by [email protected] on 2 Feb 2010 at 9:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Feb 2010 at 9:42The text was updated successfully, but these errors were encountered: