03-12-2010, 08:14 PM
Lexical error at line 52, column 2. Encountered: "\n" (10), after : "@" media print { .tabcontent { display:block !important; } }
Which code should I change to get rid of the error.
PHP Code:
@
media print {
.tabcontent {
display:block !important;
}
}
Which code should I change to get rid of the error.