Hack to ignore URL suffixes wrongly added by mail clients.

Fixes: https://github.com/freifunkhamburg/ffffng/issues/40
This commit is contained in:
baldo 2016-10-24 19:54:13 +02:00
parent 5435f95b86
commit 2343e95c94

View file

@ -35,7 +35,7 @@ angular.module('ffffng')
function renderLink(href, text) {
return _.template(
'<a href="<%- href %>" style="color: #E5287A;"><%- text %></a>'
'<a href="<%- href %>#" style="color: #E5287A;"><%- text %></a>'
)({
href: href,
text: text || href