1.5.0: 'hilight' writeContent callback bug

Please report bugs here!

Moderator: Thorsten

Post Reply
tengel
Posts: 1
Joined: Thu Aug 25, 2005 11:40 pm

1.5.0: 'hilight' writeContent callback bug

Post by tengel »

Something is wrong with the new hilight callback in 1.5.0 and pre tags (in fact, I don't even want pre tags hilighted).

Here is the article in Preview mode:

Image

Here is the article in normal Display mode:

Image

The corresponding HTML code from the editor window is:

<a name="both" href="#both_toc"><b>Filter by Both Address and Subject</b></a><br />
<br />
Combining the above two examples to filter on an incoming email or subject,
you use the <b>or</b> keyword. Assuming the incoming mail could either be
from "flashcoders@macromedia.com" OR have "FlashCoders" in the subject line,
you would add the following to <b>forward.txt</b>:

<pre> ## Put all mail from the FlashCoders mailing list into it's own folder<br /> if<br /> $header_from: contains "flashcoders@macromedia.com" or<br /> $header_subject: contains "FlashCoders"<br /> then<br /> save $home/Maildir/.Flash/<br /> finish<br /> endif</pre>
<br />
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I'll take a look at it!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

this is fixed in the stable snapshot and will be inlcuded in 1.5.1.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply