css - PHP Drupal shows error in comment_hacks -


i using drupal 7.36 , find there syntax errors in files, including

  1. comment_hacks
.comment-in-quotes-with-escaped:before { content: '/* \" \' */';} 
  1. comment_hacks.css.optimized
.comment-in-quotes-with-escaped:before { content: '/* \" \' */';} 
  1. 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

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -