On Wed, 22 Oct 2003, Jack Twilley wrote:
> I isolated the problem with my RTE site file - the html includes an
> un-closed bold tag.
> 
> I tried the following setting:
> 
> StoryPostProcess: {
>   s/<b>advertisement<p>//gm;
> }

Perhaps the problem are < and >?

StoryPostProcess: {
  s/\<b\>advertisement\<p\>//gm;
}

or
  s/"<b>advertisement<p>"//gm;

wolfgang
_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
http://sitescooper.org/mailman/listinfo/sitescooper-talk

Reply via email to