[cvs] commit: imp/lib/SpellChecker aspell.php

Michael M Slusarz slusarz at horde.org
Wed May 28 19:51:58 UTC 2008


slusarz     2008-05-28 15:51:58 EDT

  Modified files:
    lib/SpellChecker     aspell.php 
  Log:
  A nasty little bug to track down - aspell in pipe mode can do certain actions
  if a certain character appears at the beginning of the line. In HTML mode,
  using xinha with the signature separator caused a '-' to appear in the
  beginning of the line. this caused aspell to fall into default (non-HTML) mode
  so all tags in the signature and, these corresponding tags in the body, were
  marked as spelling errors.  To fix, we just need to ensure that '^' appears
  at the beginning of the line - which tells aspell to spellcheck the rest of
  the line.
  
  Revision  Changes    Path
  1.12      +4 -3      imp/lib/SpellChecker/aspell.php

  Chora Links:
  http://cvs.horde.org/diff.php/imp/lib/SpellChecker/aspell.php?r1=1.11&r2=1.12&ty=u


More information about the cvs mailing list