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

[jira] Updated: (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 ]

Gonzalo Aune updated SHINDIG-166:
---------------------------------

    Attachment: fix-message-bundle-trimm-bug.patch

This patch fix the problem.

> 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.