--- a/cms/app-client/app/components/doc-rights.js Fri Sep 08 12:04:21 2017 +0200
+++ b/cms/app-client/app/components/doc-rights.js Fri Sep 08 15:03:29 2017 +0200
@@ -1,6 +1,6 @@
import Ember from 'ember';
-const CC_LICENCE_URL_REGEXP = /http:\/\/creativecommons\.org\/licenses\/([byndsac-]+)\/([\d\.]+)\//;
+const CC_LICENCE_URL_REGEXP = /http:\/\/creativecommons\.org\/licenses\/([byndsac-]+)\/([\d\.]+)\//; // eslint-disable-line no-useless-escape
const CC_LICENCE_TEXT = {
'by': 'Attribution',
'by-nd': 'Attribution - Pas de Modification',