Menu

#4 Generator meta tag must be ended

open-rejected
nobody
None
5
2006-07-31
2006-07-28
No

The inserted meta tag
<meta name="Generator" content="htp 1.15"> should be
ended properly
<meta name="Generator" content="htp 1.15" />

Discussion

  • Jochen Hoenicke

    Jochen Hoenicke - 2006-07-31

    Logged In: YES
    user_id=18252

    Add "<opt xml>" to your htp.def or whereever you set
    global options. HTML forbids the generator tag to end
    with />, but XHTML requires it. Therefore there is an
    option for this.

     
  • Jochen Hoenicke

    Jochen Hoenicke - 2006-07-31
    • status: open --> open-rejected
     

Log in to post a comment.