alex bodnaru wrote: > in /TurboGears-1.0.4b3-py2.4.egg/turbogears/widgets/static/calendar/lang, > files calendar-he-utf8.js and calendar-he-utf-8.js, line 86 should begin with > a > double quote.
Fixed in r3855. And noticed that calendar lang files are duplicated with both variants "utf-8" and "utf8" in the filename, probably because both variants can appear in the "Accept-Charset". This is really bad practice. It would be much better to care for that in the CalendarLangFileLink class, i.e. normalize the charset there to the correct name "utf-8", and remove the files with "utf8". Or do I overlook something here (haven't really used the calendar widget so far)? -- Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

