diff --git a/lib/permalink_fu.rb b/lib/permalink_fu.rb index 6c2b239..600e815 100644 --- a/lib/permalink_fu.rb +++ b/lib/permalink_fu.rb @@ -88,5 +88,5 @@ def create_permalink_for(attr_names) end end -PermalinkFu.translation_to = 'ascii//ignore//translit' +PermalinkFu.translation_to = 'ascii//translit' PermalinkFu.translation_from = 'utf-8' \ No newline at end of file