diff --git a/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/table/livetable.js b/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/table/livetable.js index a0d82cf09e62d1fe8c773f0894990030474cab08..1f2a52ce497e5d30c2a0e95762806ed22ae954db 100644 --- a/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/table/livetable.js +++ b/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/table/livetable.js @@ -359,7 +359,7 @@ XWiki.widgets.LiveTable = Class.create({ // When a cell is part of a non-viewable row (except for the actions that simply stays empty), we display a // message indicating that the content is not present because the current user does not have the right to view it. if (!row['doc_viewable'] && !row[fieldName]) { - const notViewableCellMessage = $services.localization.render('platform.livetable.docNotViewable'); + const notViewableCellMessage = $jsontool.serialize($services.localization.render('platform.livetable.docNotViewable')); var td = new Element('td', { 'class': [ fieldName,