I've got a problem in front of me- a program that upon startup throws an error:
End tag 'head' does not match the start tag 'link'.
I believe I've narrowed the problem down to a file called updateversion.xml
Code for that file is here:
Expand|Select|Wrap|Line Numbers
- <html>
- <head>
- <title>Internet Usage Terms and Conditions</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link href="css.php?color=000000" rel="stylesheet" type="text/css">
- </head>
- <iframe name="header" marginwidth=0 marginheight=0 scrolling="no" frameborder="0" width="855" height="40" src="welcome_head.php?res=notyet&uamip=192.168.182.1&uamport=3990&challenge=84fa96bbc24a062090d00bd72b338265&userurl=&nasid=634&mac=00-1F-3A-1E-C7-00"></iframe>
- <iframe name="main" marginwidth=0 marginheight=0 scrolling="no" frameborder="0" width="1000" height="1500" src="welcome_main.php?res=notyet&uamip=192.168.182.1&uamport=3990&challenge=84fa96bbc24a062090d00bd72b338265&userurl=&nasid=634&mac=00-1F-3A-1E-C7-00"></iframe>
- </html>
Thanks,
Jake
Montana, USA