Wiki links to files point to the appropriate actions (file, pic)

This commit is contained in:
Alexey Verkhovsky 2005-01-22 16:38:33 +00:00
parent c30989c7eb
commit e6c32bafc6
6 changed files with 47 additions and 34 deletions

View file

@ -36,7 +36,7 @@ module Chunk
end
def revert(content)
content.sub!( Regexp.new(mask(content)), text )
content.sub!( Regexp.new(mask(content)), text )
end
def unmask(content)