German Gothic Board
Nachtwelten | Gothic Board | Gothic Chat | Boardarchive |
Zitat:
line 596 column 1 - Fehler: discarding unexpected </form>
Cause:
A opening or closing tag is found. But this tag is currently not expected.
* Opening tag: the tag is not at his place.
* Closing tag: the tag is not opened. It can be due to a previous error.
Example:
Good <b>abc</b></b>
Good <b>abc</b>
Solution:
For a closing tag, remove the closing tag or add the missing opening tag before.
References:
* HTML specification: http://www.w3.org/TR/html4/