{"html_url": "https://github.com/simonw/datasette/issues/980#issuecomment-700490225", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/980", "id": 700490225, "node_id": "MDEyOklzc3VlQ29tbWVudDcwMDQ5MDIyNQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-29T06:53:37Z", "updated_at": "2020-09-29T06:53:37Z", "author_association": "OWNER", "body": "This time it's because there are newlines in the column header:\r\n```html\r\n\r\n\r\n```\r\nThose need to be escaped somehow.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 710819020, "label": "Another rendering glitch with column headers on mobile"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/980#issuecomment-700929721", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/980", "id": 700929721, "node_id": "MDEyOklzc3VlQ29tbWVudDcwMDkyOTcyMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-29T19:21:50Z", "updated_at": "2020-09-29T19:21:50Z", "author_association": "OWNER", "body": "That fixed it: https://latest-with-plugins.datasette.io/fixtures?sql=select%0D%0A++dateutil_rrule(%27FREQ%3DHOURLY%3BCOUNT%3D5%27)%2C%0D%0A++dateutil_rrule_date(%0D%0A++++%27FREQ%3DDAILY%3BCOUNT%3D3%27%2C%0D%0A++++%271st+jan+2020%27%0D%0A++)%3B\r\n\r\n\"fixtures__select_dateutil_rrule__FREQ_HOURLY_COUNT_5____dateutil_rrule_date___FREQ_DAILY_COUNT_3____1st_jan_2020____\"\r\n\r\n```html\r\n\r\n```\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 710819020, "label": "Another rendering glitch with column headers on mobile"}, "performed_via_github_app": null}