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

Reply via email to