Since I upgraded my website to Grav 1.7, a lot of the HTML generated is surrounded by double quotes.
It looks like this:
<body id="top" class=" page_home"><link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<link href="/grav-admin/user/themes/base/css/base.css" type="text/css" rel="stylesheet">
<link href="/grav-admin/user/themes/base/css/menu.css" type="text/css" rel="stylesheet">
....
This of course breaks all the website, so I did not update live.
I tried disabling the cache, all plugins, disabling CSS and JS pipelines, and a few settings in system.yaml. Nothing fixed it.
Any reason for that?