Initial tests puts this down to something you're doing in your theme, though I'm not sure what yet. I can reproduce the issue with one of my themes, but not another.
Will investigate further... On Sun, Jun 6, 2010 at 9:43 AM, Paul <[email protected]> wrote: > Yep, I use: > > Format::apply_with_hook_params( 'more', 'post_content_excerpt', '', > 55, 1 ); > > On 6 июн, 11:40, Colin <[email protected]> wrote: >> Ignore me, I think I've reproduced it. You're probably just using: >> >> Format::apply_with_hook_params( 'more', >> 'post_content_excerpt', '', 60, 0); >> >> ... or similar in your theme.php (as discussed earlier this week). >> >> Will see what I can find :-) >> >> >> >> On Sun, Jun 6, 2010 at 9:38 AM, Colin <[email protected]> wrote: >> > Actually, how are you displaying the 'short text of "Previous Posts"'? >> >> > On Sun, Jun 6, 2010 at 9:33 AM, Colin <[email protected]> wrote: >> >> Hmmmm, either the script tags are being stripped or the code is being >> >> escaped to display rather than run. >> >> >> This will need further investigating. >> >> >> On Sun, Jun 6, 2010 at 9:15 AM, Paul <[email protected]> wrote: >> >>> I use the jwmediaplayer plugin and it output such code: >> >> >>> <script type="text/ >> >>> javascript">swfobject.registerObject("media-1bc5db37f31585926cfa9ba7cfc44568", >> >>> "9.0.0", "http://localhost.com/user/plugins/jwmediaplayer/ >> >>> expressInstall.swf");</script> >> >> >>> But in short text of "Previous Posts" I can see this: >> >> >>> swfobject.registerObject("media-1bc5db37f31585926cfa9ba7cfc44568", >> >>> "9.0.0", "http://localhost.com/user/plugins/jwmediaplayer/ >> >>> expressInstall.swf"); >> >> >>> On 6 июн, 11:06, Colin <[email protected]> wrote: >> >>>> Hi Paul >> >> >>>> Could you please elaborate further and provide an example of what you >> >>>> are doing and what you are getting as it's not clear from this >> >>>> description. >> >> >>>> Cheers, >> >>>> Colin >> >> >>>> On Sun, Jun 6, 2010 at 5:42 AM, Paul <[email protected]> wrote: >> >>>> > And another one... :-) >> >> >>>> > It seems that there is no proper filter in the format.php for such >> >>>> > case: >> >> >>>> > <script type="text/javascript">SOME_CODE</script> >> >> >>>> > 'Cause I get the SOME_CODE in the Previous Posts output, under the >> >>>> > main. >> >> >>>> > -- >> >>>> > 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 >> >>>> > athttp://groups.google.com/group/habari-dev >> >> >>>> -- >> >>>> Colin Seymour >> >>>> Blog:http://colinseymour.co.uk >> >>>> Tech Stuff:http://www.lildude.co.uk >> >>>> Barefoot Running:http://barefootrunner.co.uk >> >>>> IRC: lildude #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 >> >>> athttp://groups.google.com/group/habari-dev >> >> >> -- >> >> Colin Seymour >> >> Blog:http://colinseymour.co.uk >> >> Tech Stuff:http://www.lildude.co.uk >> >> Barefoot Running:http://barefootrunner.co.uk >> >> IRC: lildude #habari >> >> > -- >> > Colin Seymour >> > Blog:http://colinseymour.co.uk >> > Tech Stuff:http://www.lildude.co.uk >> > Barefoot Running:http://barefootrunner.co.uk >> > IRC: lildude #habari >> >> -- >> Colin Seymour >> Blog:http://colinseymour.co.uk >> Tech Stuff:http://www.lildude.co.uk >> Barefoot Running:http://barefootrunner.co.uk >> IRC: lildude #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-dev -- Colin Seymour Blog: http://colinseymour.co.uk Tech Stuff: http://www.lildude.co.uk Barefoot Running: http://barefootrunner.co.uk IRC: lildude #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-dev
