The code for haltmsg() in db_mysql contains HTML table tags that don't seem to be required.
The code to be removed is
</td></tr></table>
from the beginning of the first printf statement.
Logged In: YES user_id=268883
seems to pass through html code here is the code visible style
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
Logged In: YES user_id=491088
I've read that this is a "hack" of sorts to make Netscape 4 display the error since it's above the opening HTML tag.
Log in to post a comment.
Logged In: YES
user_id=268883
seems to pass through html code
here is the code visible style
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
Logged In: YES
user_id=491088
I've read that this is a "hack" of sorts to make Netscape 4
display the error since it's above the opening HTML tag.