|
And interesting enough, line 7 in that Chapter 7 xhtml file is:
<link href="css/style.css" type="text/css" rel="stylesheet"/>
So the bug happens when trying to load the css file that is open but not the first time. The first time it worked. But when using the cache it ties to get the contents of the css/styl.css that is being actively edited and fails!
So my guess is this is due to some Windows specific file locking.
Hmm ...
|