From 1d13624d3dd30ecf02065772a516354e1571df8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Thu, 22 Jan 2015 19:45:14 +0100 Subject: [PATCH] Replace glossary terms by links to glossary --- 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 8fa704d3e..9a468d675 100644 --- a/lib/utils/page.js +++ b/lib/utils/page.js @@ -98,7 +98,7 @@ function normalizeHtml(src, options) { $("*").each(function() { replaceText($, this, r, function(match) { - return ""+match+""; + return ""+match+""; }); }); });