On Fri, Dec 12, 2003 at 09:49:29AM -0500, Ewald Geschwinde wrote:
: 
: I have the following problem
: 
: I have htmlcode like this:
: <form name="login" method="post">
: </form>
: 
: and with this feature
: it's printed out like this:
: 
: <form name="login" method="post"><input type="hidden" name="SID" 
: value="aa55e1a335a4d32af8b38953f077e18b" />
: </form>
: 
: The problem is the /> at the end.
: 
: Has anyone seen this before?
: What can I do against it?

It's an XHTML thing.  Does it cause problems for you?  Like what?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to