Hack to ignore URL suffixes wrongly added by mail clients.
Fixes: https://github.com/freifunkhamburg/ffffng/issues/40
This commit is contained in:
parent
5435f95b86
commit
2343e95c94
|
@ -35,7 +35,7 @@ angular.module('ffffng')
|
||||||
|
|
||||||
function renderLink(href, text) {
|
function renderLink(href, text) {
|
||||||
return _.template(
|
return _.template(
|
||||||
'<a href="<%- href %>" style="color: #E5287A;"><%- text %></a>'
|
'<a href="<%- href %>#" style="color: #E5287A;"><%- text %></a>'
|
||||||
)({
|
)({
|
||||||
href: href,
|
href: href,
|
||||||
text: text || href
|
text: text || href
|
||||||
|
|
Loading…
Reference in a new issue