Adlago Posted April 9, 2017 Share Posted April 9, 2017 In test validation html5 I have this issue in my page. Error: Unclosed element div. From line 1206, column 9; to line 1206, column 48 >↩ <li><div class='ipsType_break ipsContained'><a href....</a></li>↩ I did research in the installation package, Code is located on line 516 file cms_theme.xml <li><div class='ipsType_break ipsContained'><a href="{$lastPost['record_url']}" class='ipsTruncate ipsTruncate_line' title='{$lastPost['record_title']}'>{$lastPost['record_title']}</a></li> I tried adds the missing element unclosed div (before< /li>) and upload the file again. I know that this is not enough and that is why I am writing topic - how to make a rebuild removal issue? I have searched in all templates - pages, and templates in my theme - I did not discover this code. Any tips? Link to comment Share on other sites More sharing options...
Stuart Silvester Posted April 9, 2017 Share Posted April 9, 2017 25 minutes ago, Adlago said: In test validation html5 I have this issue in my page. Error: Unclosed element div. From line 1206, column 9; to line 1206, column 48 >↩ <li><div class='ipsType_break ipsContained'><a href....</a></li>↩ I did research in the installation package, Code is located on line 516 file cms_theme.xml <li><div class='ipsType_break ipsContained'><a href="{$lastPost['record_url']}" class='ipsTruncate ipsTruncate_line' title='{$lastPost['record_title']}'>{$lastPost['record_title']}</a></li> I tried adds the missing element unclosed div (before< /li>) and upload the file again. I know that this is not enough and that is why I am writing topic - how to make a rebuild removal issue? I have searched in all templates - pages, and templates in my theme - I did not discover this code. Any tips? I have fixed this in the default template, it is in the category_index > categoryRow template. Link to comment Share on other sites More sharing options...
Adlago Posted April 9, 2017 Author Share Posted April 9, 2017 4 minutes ago, Stuart Silvester said: I have fixed this in the default template, it is in the category_index > categoryRow template. I've missed it ha ha. Thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.