From 9874ce3c5f442de77782b3f7fba314dce1473a79 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 26 Dec 2014 23:21:43 -0600 Subject: [PATCH] yet another stupid encoding bug tempfix --- models/site.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/models/site.rb b/models/site.rb index 20f9c254..b01eae14 100644 --- a/models/site.rb +++ b/models/site.rb @@ -521,7 +521,6 @@ class Site < Sequel::Model body: %{ #{username} https://#{self.host}/#{relative_path} - Match: #{matches.first.strip} } }) end