diff options
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> |