HTML-Error in theme eyeball HTML-Error in theme eyeball
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

HTML-Error in theme eyeball

Started by Andi, October 27, 2004, 10:58:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andi

Hi :)

Theme:  eyeball
template.html,v 1.8 2004/06/07 07:55:38 caspershadow

The body/html end-tag  is doubly present.

#74: </body>
#75: </html>
.....

#89: </body>
#90: </html>


Additional a small typo-error in line #49:
<td width="2%"><table border="0" cellpadding="0" cellspacing="0" wisth="100%">
hope, I could help you... :)

Joachim Müller