summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-04-18 21:35:22 +0200
committerskjnldsv <fremulon@protonmail.com>2016-04-20 07:55:42 +0200
commit36aba55192b21ceef04b0df39edfe9f47b12fc51 (patch)
tree2569437d44e796e5351889d8ab9003d6578c96ac /templates
parent0275c39b60fd86938789d336243da748eff38d46 (diff)
Fix address book download
Diffstat (limited to 'templates')
-rw-r--r--templates/addressBook.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/addressBook.html b/templates/addressBook.html
index 98a471bb..2cb094d1 100644
--- a/templates/addressBook.html
+++ b/templates/addressBook.html
@@ -1,11 +1,11 @@
<span class="addressBookName">{{ctrl.addressBook.displayName}}</span>
<span class="utils">
<span class="action" ng-show="ctrl.canExport">
- <span href="{{ctrl.addressBook.url}}?export"
+ <a href="{{ctrl.addressBook.url}}?export"
id="addressBooklist-icon download"
title="Download"
class="icon-download">
- </span>
+ </a>
</span>
<span class="action">
<span