Non-Latin WikiWords

Fix bug in WikiWord processing
reproted by Alexander Hambug.

Also fix Cyrillic Capital/Lowercase
regexps.
This commit is contained in:
Jacques Distler 2010-07-22 14:08:21 -05:00
parent 0a87548324
commit f6e9d17f9b
2 changed files with 6 additions and 5 deletions

View file

@ -181,7 +181,7 @@ class WikiContent < ActiveSupport::SafeBuffer
@options[:engine].apply_to(copy)
copy.inside_chunks(@options[:hide_chunks]) do |id|
@chunks_by_id[id.to_i].revert
@chunks_by_id[id.to_i].revert if @chunks_by_id[id.to_i]
end
end