From 32a98955299d0d4810cca40f87df8899ff774352 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 28 Sep 2017 16:00:12 +0200 Subject: Mark JS as freely available (regression 2) result of extra ';' was that part of the html file was not written and thus no correct end of script and thus garbled output. (problem was missed at first regression fix) --- src/htmlgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 286c4dc..f80eb43 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -315,7 +315,7 @@ static QCString substituteHtmlKeywords(const QCString &s, if (disableIndex || !Config_getBool(HTML_DYNAMIC_MENUS)) { searchCssJs += ""; -- cgit v0.12