Re: [Htmlvalidator-help] Small modification in HTML Validator extesion for translation
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2006-06-19 22:35:37
|
Thanks a lot Tibor, I will make the modification you suggest. Marc Ps: CC to the mailing list (I created a mailing list since last time to archive the mails) Tibor Balogh wrote: > Dear Marc! > > > I modified the tidyUtil.js file from 948. row, it is the parse method > of TidyResultRow. > Pleas, use it if you wish. Then should add tidy_info item to > tidy.properties file. > > switch (this.type){ > case 4: > this.icon = "error"; > this.icon_text = oTidyUtil.getString("tidy_error"); > break; > case 1: > this.icon = "warning"; > this.icon_text = oTidyUtil.getString("tidy_warning"); > break; > case 3: > this.icon = "access"; > this.icon_text = oTidyUtil.getString("tidy_access_warning"); > break; > case 0: > this.icon = "info"; > this.icon_text = oTidyUtil.getString("tidy_info"); > break; > default: > this.data = d; > break; > } > > > Regards > Tibor, Balogh |