css - PHP Drupal shows error in comment_hacks -
i using drupal 7.36 , find there syntax errors in files, including
- comment_hacks
.comment-in-quotes-with-escaped:before { content: '/* \" \' */';} - comment_hacks.css.optimized
.comment-in-quotes-with-escaped:before { content: '/* \" \' */';} - comment_hacks.css.unoptimized
.comment-in-quotes-with-escaped:before { content: '/* \" \' */';} the error reported in netbeans , contents after statement commented. not sure wrong code. did not found report it. can explain bit it?
Comments
Post a Comment