summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/index.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2011-12-09 15:10:51 +0100
committerThomas Tanghus <thomas@tanghus.net>2011-12-09 15:10:51 +0100
commitb3661adf028570f6158dfd5092ecb1398d5be0df (patch)
treeeb421923ccdea71a34203a83fbec16732760b196 /apps/contacts/templates/index.php
parent830efdccac71ebbd4ee5f9414abd0878f2ff9349 (diff)
downloadnextcloud-server-b3661adf028570f6158dfd5092ecb1398d5be0df.tar.gz
nextcloud-server-b3661adf028570f6158dfd5092ecb1398d5be0df.zip
Various fixes to multiple address books handling
Diffstat (limited to 'apps/contacts/templates/index.php')
-rw-r--r--apps/contacts/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php
index 20a1e34eb78..2ecadb4d60f 100644
--- a/apps/contacts/templates/index.php
+++ b/apps/contacts/templates/index.php
@@ -8,7 +8,7 @@
</form>
</div>
<div id="leftcontent" class="leftcontent">
- <ul>
+ <ul id="contacts">
<?php echo $this->inc("part.contacts"); ?>
</ul>
</div>