yet another stupid encoding bug tempfix

This commit is contained in:
Kyle Drake 2014-12-26 23:21:43 -06:00
parent aefbc1ad30
commit 9874ce3c5f

View file

@ -521,7 +521,6 @@ class Site < Sequel::Model
body: %{ body: %{
#{username} #{username}
https://#{self.host}/#{relative_path} https://#{self.host}/#{relative_path}
Match: #{matches.first.strip}
} }
}) })
end end