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/03/31 19:26: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 ]

Kevin Brown updated SHINDIG-166:
--------------------------------

    Summary: Message Bundle entries not being trimmed.  (was: js error: unterminated string literal)

Fixing title -- the real problem here is that it looks like message bundle entries aren't having leading & trailing whitespace trimming done.

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