Invalid style declarations truncates the following declarations
Input :
<style>
h1{
color : red&;
width:10px;
height:20px;
}
</style>
output:
<style>
h1 {
color: red
}
</style>
The following patch will be applicable to all SACParserCSSxxx.java
Anonymous
fixed in SVN, a nes snapshot build is available.
Thanks for your error report.
Can you give me the repository link which contains the fix ?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
made some info available here, http://cssparser.sourceforge.net/gettingLatestCode.html
the page will be public and well formatted with the next release