From 5ad80412c82f7ee1d891718e4758ff55de268fae Mon Sep 17 00:00:00 2001
From: Ere Maijala <ere.maijala@helsinki.fi>
Date: Wed, 6 Jul 2016 09:09:32 -0400
Subject: [PATCH] Add delimiters to link in email. - Plain angle brackets are a
 standard way of delimiting a URI in email (see e.g.
 ftp://ftp.rfc-editor.org/in-notes/rfc3986.txt Appendix C) and help with long
 URLs that would otherwise wrap (and even if the link would initially work, it
 would often fail if forwarded as quoted).

---
 themes/root/templates/Email/share-link.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/root/templates/Email/share-link.phtml b/themes/root/templates/Email/share-link.phtml
index 57d5f34c460..95512704346 100644
--- a/themes/root/templates/Email/share-link.phtml
+++ b/themes/root/templates/Email/share-link.phtml
@@ -7,7 +7,7 @@
 
 
 <? endif; ?>
-  <?=$this->translate('email_link')?>: <?=$this->msgUrl?>
+  <?=$this->translate('email_link')?>: <<?=$this->msgUrl?>>
 
 ------------------------------------------------------------
 
-- 
GitLab