Open GoogleCodeExporter opened 8 years ago
In case you haven't already figured this out since July, having quotes inside
of quotes like that won't work. I presume you currently get a syntax error in
the console or something stranger. You need to use single quotes around the
class attribute value or escape the double quotes.
Like
"<ul class='list_borrow'>"
or
"<ul class=\"list_borrow\">"
Original comment by mcbain....@gmail.com
on 3 Jan 2012 at 10:02
Original issue reported on code.google.com by
florence...@gmail.com
on 13 Jul 2011 at 11:28