From ca3b364aeaa9014f23b4222a13586f42efb17b93 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 10 Nov 2016 01:19:04 +0100 Subject: Fix #122 - Add microformats-2 classes to mention links --- app/lib/formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/lib') diff --git a/app/lib/formatter.rb b/app/lib/formatter.rb index d7b100649..3a6ba97c8 100644 --- a/app/lib/formatter.rb +++ b/app/lib/formatter.rb @@ -66,6 +66,6 @@ class Formatter end def mention_html(match, account) - "#{match.split('@').first}@#{account.username}" + "#{match.split('@').first}@#{account.username}" end end -- cgit