You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2008/04/04 23:15:24 UTC

[jira] Closed: (SHINDIG-166) Message Bundle entries not being trimmed.

     [ https://issues.apache.org/jira/browse/SHINDIG-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown closed SHINDIG-166.
-------------------------------

    Resolution: Fixed

fixed...

> Message Bundle entries not being trimmed.
> -----------------------------------------
>
>                 Key: SHINDIG-166
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-166
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Andreas Degenhart
>         Attachments: fix-message-bundle-trimm-bug.patch
>
>
> when i use the gadget server for the gadget url: http://www.google.com/ig/modules/datetime.xml
> i got the js error: unterminated string literal
>  // Static globals.
> this.monthsArray = ["
> JAN
> ","
> FEB
> ","
> MAR
> ","
> APR
> ","
> MAY
> ","
> JUN
> ","
> JUL
> ","
> AUG
> ","
> ....
> this is wrong and should be
>  // Static globals.
> this.monthsArray = ["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.