projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd49262
)
Include the '#' symbol into the link itself
author
Francis Dinh
<normandy@firemail.cc>
Tue, 27 Mar 2018 06:00:04 +0000
(
02:00
-0400)
committer
Francis Dinh
<normandy@firemail.cc>
Tue, 27 Mar 2018 06:00:04 +0000
(
02:00
-0400)
lib/pleroma/formatter.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/formatter.ex
b/lib/pleroma/formatter.ex
index 2d3487f6a3e8c4d6c9b342595e63952ff7a9ddd3..4afc73bf497455ff02e09cf88077866e58e93ca8 100644
(file)
--- 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)