I am using google books api for my search
"https://www.googleapis.com/books/v1/volumes?q="+text
When using:
book.innerHTML = '<input type="button" data-text="' data.items[i].volumeInfo.description +'">';
Some of my results don't work well and I found out that some descriptions have a quote in the start, i.e
"\"There it was, hanging in the sky above the school: the blazing green skull with a serpent tongue, the mark Death Eaters left behind whenever they had entered a building... wherever they had murdered...\" When Dumbledore"
How can I avoid this error?