Form und div end tags nicht richtig in v2.3 und v2.4beta laut test

  • Sehe auch beim v24beta-comseo.de

    Zitat

    line 26 column 2592 - Fout: Attribute xmlns:v not allowed here.
    line 26 column 2592 - Waarschuwing: Attribute with the local name xmlns:v is not serializable as XML 1.0.
    line 26 column 5062 - Fout: End tag div seen, but there were open elements.
    line 26 column 4157 - Fout: Unclosed element form.
    line 27 column 1084 - Fout: Stray end tag form.

    Wen Master slave ist die fehler wider etwas anders

    in den product_info.php gibt es:
    $info_smarty->assign('FORM_END', '</form>');

    die steht dan in productinfo1.html mit {$FORM_END} auch nicht 100% richtig
    aber in masterslave.html steht es mit /form
    Besser den gleiche weg und dan hoffentlich ohne dieser fehler weis nicht ob die auch dan gleich dieser problem beheben soll
    http://plussupport.commerce-seo.de/showthread.php…full=1#post9178

    6 Mal editiert, zuletzt von jotest (8. Juni 2013 um 15:17)

  • Ist so etwas zu beheben wen man mit so etwas arbeitet

    Zitat
    Zitat

    Instead of managing our page layout in several files (header.tpl, footer.tpl, etc.), we now manage it in one cohesive template (layout.tpl), and define the changeable blocks of content with {block ...} tags. Now you can simply extend the layout.tpl (which basically copies it) and then customize any of the defined block elements. You can have any number of child templates chained together, thus the concept of inheritance.