I've got a really strange issue that I hope some of you can help me with:
Any local HTML file I have doesn't get rendered. If I view the source in the browser, I get the full HTML source, but the displayed page is blank, the page isn't rendered.
I have tried this with both firefox and chrome.
To clarify, normal browsing is totally fine.
For example, if I have a really simple html file:
<html><body>Hello</body><HTML>
and I open it through the browser (by pointing it to file://path/to/file.html
), I get a white empty window. If I view the source of this window, I get the correct html.
Any ideas what might be causing this?
system: Ubuntu 14.04
<html><body>Hello</body><HTML>
. – terdon Oct 18 '15 at 17:12file:///media/Data/page.html
@Palantir the browser console does not give any errors
– chaixdev Oct 18 '15 at 17:30<html><body><p style="color:black;">Hello</p></body><HTML>
– Sri Oct 21 '15 at 03:28