1
0

IO list, not concatenation

This commit is contained in:
Mark Felder
2020-07-06 11:28:08 -05:00
parent 65843d92c4
commit da4029391d
+1 -1
View File
@@ -145,7 +145,7 @@ defmodule Pleroma.Plugs.HTTPSecurityPlug do
%{host: host, scheme: scheme} = URI.parse(url)
if scheme do
scheme <> "://" <> host
[scheme, "://", host]
end
end