The contents of the "HTML body & CSS" tab of sandcastles starts with an unnecessary ";:
Note that this does only happen in the deployed version of the Sandcastles, at https://sandcastle.cesium.com/index.html . It does not happen when running CesiumJS locally.
I started investigating this a bit. I'm reasonably sure that this is caused by the messed up semicolons/string quote characters in this line, which causes an output of
The combination of my lack of knowledge about the build- and deployment process as a whole and the fact that it only appears in the deployed version makes it impossible (for me, in a reasonable time frame) to confirm this, but ... I'd say that it's very likely that this is the reason. (Even if it was not the reason for the issue, this should still be fixed...)
The contents of the "HTML body & CSS" tab of sandcastles starts with an unnecessary
";
:Note that this does only happen in the deployed version of the Sandcastles, at https://sandcastle.cesium.com/index.html . It does not happen when running CesiumJS locally.
I started investigating this a bit. I'm reasonably sure that this is caused by the messed up semicolons/string quote characters in this line, which causes an output of
where it should only be
as it can be seen in the source view:
The combination of my lack of knowledge about the build- and deployment process as a whole and the fact that it only appears in the deployed version makes it impossible (for me, in a reasonable time frame) to confirm this, but ... I'd say that it's very likely that this is the reason. (Even if it was not the reason for the issue, this should still be fixed...)