On Dec 15, 3:24 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
> It messes up my <pre> tags.
>
> However this helps in cleaning up bad html generated from WYSIWYG editors.
>
> -Thadeus
>

Works fine for my <pre>'s. Just have to keep in mind the difference
between
<pre>
    abc


    def
</pre>

which works as expected, and:

<pre>
    abc


    def
</pre>

which doesn't.
Blank lines and empty lines are different!

Karl

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to