Ticket #476 (new defect)
SpellChecker : aspell_args must be executed with -add-filter even version newer than 0.60
| Reported by: | vinvinma@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Plugin_SpellChecker | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
SpellCheck? will reports a spelling error for an alt attribute without --add-filter=sgml. Result page will be broken.
Therefore :
Remove line : if($aVermajor? >= 0 && $aVerminor? >= 60) {
$aspell_args .= ' -H --encoding=utf-8';
} elseif(preg_match('/--encoding/', shell_exec('aspell 2>&1')))
replace with :
if(preg_match('/--encoding/', shell_exec('aspell 2>&1')))
Change History
Note: See
TracTickets for help on using
tickets.
