Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    1,030
    Plugin Contributions
    24

    Default [Fixed] 1.50beta unclosed input tag

    In includes/functions/html_output.php

    function zen_draw_form

    line 363

    I believe this new line to add the security token is missing the closing slash for valid XHTML:

    if (strtolower($method) == 'post') $form .= '<input type="hidden" name="securityToken" value="' . $_SESSION['securityToken'] . '"/>';//steve added closing slash

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,128
    Plugin Contributions
    0

    Default Re: [Fixed] 1.50beta unclosed input tag

    The same error is also found here:

    admin\includes\functions\html_output.php #203
    The learning is in the doing.

    Potent Products

 

 

Similar Threads

  1. [Fixed] 1.50beta Security Token typo
    By torvista in forum Bug Reports
    Replies: 1
    Last Post: 21 Aug 2011, 09:53 PM
  2. [Done v1.5] 1.50Beta missing email_welcome.php
    By Rinker in forum Bug Reports
    Replies: 1
    Last Post: 16 Aug 2011, 10:12 AM
  3. site not passing validator because of unclosed <td> tag?
    By bonnit in forum General Questions
    Replies: 14
    Last Post: 25 Jun 2011, 09:02 PM
  4. Replies: 0
    Last Post: 14 May 2010, 12:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •