Em Segunda 05 Junho 2006 18:05, Roger Demetrescu escreveu: > Hmmm... there seems to be a problem with this interpreter... > > My Tidy extension shows me some errors, related to missing escaped code: > > line 1800 column 78 - Warning: '<' + '/' + letter not allowed here > > eg.: > > interpreterString = '<H5>Interactive Javascript > Interpreter/Debugger</H5>' + > > should be writen this way: > > interpreterString = '<H5>Interactive Javascript > Interpreter/Debugger<\/H5>' + > > But I am not sure if this is the reason... I'll do some tests here...
I accept patches to fix that. I just can't take a look at it now, but if you send me a patch I'll make a new release. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

