I am using latest CVS
this code works in lib-common.php:
function COM_article( $A, $index='', $storytpl='storytext.thtml' )
this doesn't work:
function COM_article( &$A, $index='', $storytpl='storytext.thtml' )
the only difference is the &
but when editing an article there are BR tags (plain text), the tags just appear. I didn't use them when I posted the story and I didn't use html mode
how come? I've mentioned this in IRC chat before..