diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2011-12-09 15:10:51 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2011-12-09 15:10:51 +0100 |
commit | b3661adf028570f6158dfd5092ecb1398d5be0df (patch) | |
tree | eb421923ccdea71a34203a83fbec16732760b196 /apps/contacts/templates/index.php | |
parent | 830efdccac71ebbd4ee5f9414abd0878f2ff9349 (diff) | |
download | nextcloud-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.php | 2 |
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> |