summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/OC/contactsmenu.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/OC/contactsmenu.js b/core/src/OC/contactsmenu.js
index fdef787c877..05b9b08d63e 100644
--- a/core/src/OC/contactsmenu.js
+++ b/core/src/OC/contactsmenu.js
@@ -78,6 +78,9 @@ const ContactsListView = View.extend({
/** @type {array} */
_subViews: [],
+ /** @type {string} */
+ tagName: 'ul',
+
/**
* @param {object} options
* @returns {undefined}
@@ -129,6 +132,9 @@ const ContactsListItemView = View.extend({
/** @type {string} */
className: 'contact',
+ /** @type {string} */
+ tagName: 'li',
+
/** @type {undefined|function} */
_template: undefined,