You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In processResults(), you are building the anchor tag with string concatenation. That fails when the text example contains an apostrophe, and the title attribute is truncated.
To see the bug, search the Bieber corpus for, "in the morning". The first entry is, "in the closet" with this full text:
Dad: "Because hunny there's no sun in the closet."
When you hover over the entry, the tooltip only shows this:
Dad: "Because hunny there
The text was updated successfully, but these errors were encountered:
In
processResults()
, you are building the anchor tag with string concatenation. That fails when the text example contains an apostrophe, and the title attribute is truncated.To see the bug, search the Bieber corpus for, "in the morning". The first entry is, "in the closet" with this full text:
When you hover over the entry, the tooltip only shows this:
The text was updated successfully, but these errors were encountered: