mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
Remove | Safe attribute, it does exactly the opposite of what I intended it to.
This commit is contained in:
parent
d5c0009ad0
commit
1254f2aa9d
|
@ -27,7 +27,7 @@
|
|||
<li>
|
||||
{{svg "octicon-location" 18 "gt-mr-2"}}
|
||||
{{.ContextUser.Location}}
|
||||
<a href="https://www.openstreetmap.org/search?query={{.ContextUser.Location | Safe}}" rel="nofollow noreferrer">
|
||||
<a href="https://www.openstreetmap.org/search?query={{.ContextUser.Location}}" rel="nofollow noreferrer">
|
||||
<i class="ui right">
|
||||
{{svg "octicon-link-external" 18 "gt-mr-2"}}
|
||||
</i>
|
||||
|
|
Loading…
Reference in a new issue