From ad3160e3ad87e3ae2eb263dddaa3ec7d28f71c6b Mon Sep 17 00:00:00 2001 From: Ingo Pfennigstorf Date: Thu, 21 Jan 2016 11:57:01 +0100 Subject: [PATCH] Add title attribute to maps links Resolves: WWW-2221 --- Resources/Private/Language/locallang.xml | 2 ++ Resources/Private/Partials/Person/Address.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Private/Language/locallang.xml b/Resources/Private/Language/locallang.xml index 23ab416..77d8f57 100755 --- a/Resources/Private/Language/locallang.xml +++ b/Resources/Private/Language/locallang.xml @@ -24,6 +24,7 @@ + @@ -64,6 +65,7 @@ + diff --git a/Resources/Private/Partials/Person/Address.html b/Resources/Private/Partials/Person/Address.html index ad48d9e..5d4ad9b 100755 --- a/Resources/Private/Partials/Person/Address.html +++ b/Resources/Private/Partials/Person/Address.html @@ -2,7 +2,7 @@ {room}
- {person.address} Google Maps
+ {person.address} Google Maps
{person.zip} {person.city}, {person.country}
{room} -- GitLab