From b86d17108285b2fba7cf19fa55dc562d85b6f385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 14 Feb 2015 11:53:30 +0100 Subject: [PATCH] Escape description in title attr of glossary link Related to #609 --- lib/utils/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/page.js b/lib/utils/page.js index 07149588c..fce800b93 100644 --- a/lib/utils/page.js +++ b/lib/utils/page.js @@ -215,7 +215,7 @@ function normalizeHtml(src, options) { term.files = term.files || []; term.files.push(options.navigation[options.input]); } - return ""+match+""; + return ""+match+""; }); }); });