For various reasons, I need, for one of my project, to have the images and media exported in the same root, the one containing "index.html".
To do that, when exporting, I set ".\" as a directory for those two. It works well, but at a time, I mistyped it, and wrote "\". On Windows, when you set a directory like that, "\" and ".\" should be equivalent, but there, it simply broke the behaviour of the C2 framework, the page, when loaded, stay blank.
I'm not sure it's even a real bug, but that's a behavior that made me break a sweat this afternoon when I was in a hurry and not understanding the origin of the "blank page" problem.