Blesta Addons Posted January 5, 2016 Report Posted January 5, 2016 hello all ... is long time that i have not come here for some projects .I have found that the cart/index page has a no closed html tag . no sure where but I support is in the cart.pdt . I have check this multiple time and I have the same result . a missing HTML tag in that page . to reproduce this just use the standard template and go to the cart index page , even if is empty . you wil fond a missind HTML tag . PauloV and activa 2
Blesta Addons Posted January 5, 2016 Author Report Posted January 5, 2016 I have found the bugs . in cart.pdt just change $this->Widget->end(); to $this->WidgetClient->end(); activa 1
Tyson Posted January 5, 2016 Report Posted January 5, 2016 Thanks. I don't see any missing </html> tag, though. I think the problem is as you described--the Widget object is not closed, so it does not end a couple div tags. CORE-2011 activa, Michael and PauloV 3
Blesta Addons Posted January 5, 2016 Author Report Posted January 5, 2016 in my world a html tag can be div, span , table ..ect . the missed tag here is a DIV .
Michael Posted January 5, 2016 Report Posted January 5, 2016 in my world a html tag can be div, span , table ..ect . the missed tag here is a DIV . To be fair when I saw your post I thought you meant a html closing tag which in the html world is <html> to </html>, searching "html tag" on google brings up this page too: http://www.w3schools.com/tags/tag_html.asp
Blesta Addons Posted January 8, 2016 Author Report Posted January 8, 2016 To be fair when I saw your post I thought you meant a html closing tag which in the html world is <html> to </html>, searching "html tag" on google brings up this page too: http://www.w3schools.com/tags/tag_html.asp my world is a small worlda and private one , nothing to have with the real world Michael and PauloV 2
Tyson Posted February 11, 2016 Report Posted February 11, 2016 This issue is fixed in CORE-2011 for v4.0.0 of Blesta. Michael and PauloV 2
Recommended Posts