Closed (fixed)
Project:
Designkit D7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 00:12 UTC
Updated:
24 Jan 2012 at 02:31 UTC
Man, thank you for the great work! seriously.. DesignKit is a very simple yet powerful module that had to be ported to D7..
I'm working on porting Cube admin theme to D7 as well.. and i've testing your module on it.
Works really good except that i get special characters printed at the head of the page once the module is enabled. the html sources looks like this.
<!--/*--><![CDATA[/*><!--*/
<style type='text/css'>
.block .block-title,#page-title ul.links li.active a,#page-title ul.links li a.active{background-color:#f9c3c9;}.pager li.pager-current,#tabs .page-tabs li.active a,#tabs .page-tabs li a.active{background-color:#f9c3c9;}input.form-submit:hover{border-color:#c79ba0;border-bottom-color:#957478;background-color:#f9c3c9;}</style>
/*]]>*/-->
Comments
Comment #1
kharbat commentedTurned out that i had to remove the
tags from the designkit.tpl.php file.. was better to have them for syntax highlighting though, but anyway no big deal..