summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-09-28 18:01:47 (GMT)
committerGitHub <noreply@github.com>2017-09-28 18:01:47 (GMT)
commit75a5e8d3e5ef258377bad3c311be0f83f150ae5a (patch)
tree39eec8bd3ee5d4f42fd81064ae00b46c3fbba1a0 /src
parent887388f83ebad4955b5ef4c3d5d9a269e52d9871 (diff)
parent32a98955299d0d4810cca40f87df8899ff774352 (diff)
downloadDoxygen-75a5e8d3e5ef258377bad3c311be0f83f150ae5a.zip
Doxygen-75a5e8d3e5ef258377bad3c311be0f83f150ae5a.tar.gz
Doxygen-75a5e8d3e5ef258377bad3c311be0f83f150ae5a.tar.bz2
Merge pull request #605 from albert-github/feature/bug_js_regression_2
Mark JS as freely available (regression 2)
Diffstat (limited to 'src')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
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 += "<script type=\"text/javascript\">\n"
- "/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */\n";
+ "/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */\n"
" $(document).ready(function() { init_search(); });\n"
"/* @license-end */\n"
"</script>";