js error: unterminated string literal
-------------------------------------
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.