diff options
author | lain <lain@soykaf.club> | 2018-03-27 15:22:54 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-03-27 15:22:54 +0200 |
commit | c6cd1a56f03193062edd257fe90048f4df39f20c (patch) | |
tree | 7236e221a0b38f6b5b8de110079844731fe2ca2c /lib | |
parent | 20982ab4d0ebe9f2509dacf89682efeac30080c5 (diff) | |
parent | 2e683b10d54030c045c570b6ce44b9b3291ae6e1 (diff) | |
download | pleroma-c6cd1a56f03193062edd257fe90048f4df39f20c.tar.gz pleroma-c6cd1a56f03193062edd257fe90048f4df39f20c.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/formatter.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/formatter.ex b/lib/pleroma/formatter.ex index 2d3487f6a..4afc73bf4 100644 --- a/lib/pleroma/formatter.ex +++ b/lib/pleroma/formatter.ex @@ -189,7 +189,7 @@ defmodule Pleroma.Formatter do end) subs = subs ++ Enum.map(tags, fn ({_, tag, uuid}) -> - url = "#<a href='#{Pleroma.Web.base_url}/tag/#{tag}' rel='tag'>#{tag}</a>" + url = "<a href='#{Pleroma.Web.base_url}/tag/#{tag}' rel='tag'>##{tag}</a>" {uuid, url} end) |