I have several problems with 8.4.0.17 ...
For a simple example, in my headsection:
<html lang="@GetValue("Lang")">
When I have 8.4.0.16 attached it renders:
<html lang="en">
When I have 8.4.0.17 attached it renders:
<html="">
Am I doing something wrong or is this a bug?