validation - How can I prevent Concrete5 from injecting <style> and <link> tags in the HTML body instead of head? -
it causes theme not validate. , it's plain wrong.
so why it? , how can fix it?
concrete5 doesn't markup, instead it's due markup block you've added page (of course of blocks default ones came pre-installed system, of arbitrary distinction suppose).
as frz mentions, if can block(s) offending markup coming specific advice can given how address (and more responses on @ concrete5 forums here on so).
all being said, 1 of great features of concrete5 ability customize templates of each individual block, it's these can addressed without having hack core system or drastic that. know they're working on cleaning markup pre-installed blocks next version released in month or two.
edit: future viewers of question, problem turned out <?php loader::element('header_required'); ?> line placed after closing </head> tag in op's theme template (that line of code responsible outputting system css , js files, needs placed inside theme's <head> section).
Comments
Post a Comment