I like complete control of the HTML on my blog. So I type in raw HTML

<p>
I love Habari
</p>
<p>
It doesn't get in my way and gives complete control to the user.
</p>

As long as I don't have a theme that uses

               Format::apply( 'autop', 'post_content_out' );

all is well. WYSIWG. Just as it should be. Please don't second guess
what I meant or what I wanted.

However, I just noticed (or rather Michael noticed) that my Atom feed
content is passed through autop() so both my blog readers get double
paragraph spacing and occasional <br>'s thrown in for good measure.
The end result looks crap.

                if ( !$this->is_auth() ) {
                        Format::apply('autop', 'post_content_atom');
                }

Is this a feature or a bug ?
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to