2009/3/27 Andy C <[email protected]>:
>
> Thanks Josh
>
> I find it inconsistent that 'echo $post->content_out;' is passed
> through the autop filter whereas 'echo $post->content_excerpt;'
> doesn't.

Line 14 of theme.php in the whitespace theme is
Format::apply( 'autop', 'post_content_out' );

That tells habari to pass $post->content_out through the autop
formatter. There is no equivalent call for $post->content_excerpt.

The theme is just doing what it's told.

-- 
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog
IRC: michaeltwofish #habari

--~--~---------~--~----~------------~-------~--~----~
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-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to