diff --git a/www/js/index.js b/www/js/index.js index fcd5bcd..7f2aafb 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -1161,7 +1161,7 @@ var app = { search: query, icon: "fa fa-search", title: 'Recherche "'+query+'"', - content: results.length ? null : '
Aucun resultat
', + content: results.length ? null : '
Aucun résultat
', pages: results.map(function(item){ return item.ref; }),