2009/2/27 The Editor <[email protected]>:
>
> Sorry, I had '\n' in the code rather than "\n". Careless mistake...
> Thought it was working...  Here's the change.  I'll re-upload the last
> release. With Linly's fix to the count parameter...
>
>        $BOLTreplaceTable['HTML']['in'][] = '--></style>';
>        $BOLTreplaceTable['HTML']['out'][] = implode($BOLTpluginStyles, "\n")
> . "\n--></style>";
>        $BOLTreplaceTable['HTML']['in'][] = '</head>';
>        $BOLTreplaceTable['HTML']['out'][] = implode($BOLTpluginHeader, "\n")
> . "\n</head>";
>        $BOLTreplaceTable['HTML']['in'][] = '</body>';
>        $BOLTreplaceTable['HTML']['out'][] = implode($BOLTpluginBody, "\n") .
> "\n</body>";
>        $BOLTreplaceTable['HTML']['in'][] = '[messages]';
>        $BOLTreplaceTable['HTML']['out'][] = $BOLTmsgOut;
>        $BOLTreplaceTable['HTML']['in'][] = '[results]';
>

sorry, those changes don't fix it.
I find this whole $BOLTreplaceTable['HTML'] in - out str_replacing
very suspect and not too sound.
My first suggestion works fine:

$BOLTpluginHeader['boltstyles'] =
"<style 
type='text/css'><!--\n".implode("\n",(array)$BOLTpluginStyles)."\n--></style>";

I am calling it a day, my head spins from sniffing through code...

cheers,
~Hans

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
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/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to