Hello:
I am getting a parse error while running a file on my server on my home machine:
Parse error: syntax error, unexpected end of file
I have been researching this for a few hours now but have had no results to overcome this error.
In the editor it is indicating the last line, </html>, but I am sure that last line is correct and the error must lie somewhere in the code above that.
Any advice or pointers in the right direction would be much appreciated.
`
<!-- The tab on top -->
<div class="tab">
<ul class="login">
<li class="left"> </li>
<li>Hello Guest!</li>
<li class="sep">|</li>
<li id="toggle"></li>
<a id="open" class="open" href="#">Log In | Register</a>
<a id="close" style="display: none;" class="close" href="#">Close Panel</a>
<li class="right"> </li>
</ul>
</div> <!-- / top -->
</div> <!--panel -->
<div id="container">
<div id="content" style="padding-top:100px;">
</div><!-- /content -->
</div><!-- /container -->
</body>
</html>
`