another subst

This commit is contained in:
Sam 2015-07-16 16:24:46 +10:00
parent e449bf531c
commit 88578f74d0
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ class ImportScripts::Lithium < ImportScripts::Base
raw.gsub!(/^>[\s\*]*$/, "")
raw.gsub!(":smileysad:", ":frowning:")
raw.gsub!(":smileyhappy:", ":smile:")
raw.gsub!(":smileyvery-happy:", ":smiley:")
# nbsp central
raw.gsub!(/([a-zA-Z0-9])&nbsp;([a-zA-Z0-9])/,"\\1 \\2")
raw