From 4ccfb9efa8382de50dfc5b176cb147fd1b05870c Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 12 Apr 2014 23:22:22 +0200 Subject: [PATCH] Meta tag in the HTML search page was not closed properly --- src/searchindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/searchindex.cpp b/src/searchindex.cpp index 7aa8216dc43..a550eb15f37 100644 --- a/src/searchindex.cpp +++ b/src/searchindex.cpp @@ -1027,7 +1027,7 @@ void writeJavascriptSearchIndex() " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" << endl; t << "" << endl; t << "" << endl; - t << "" << endl; + t << "" << endl; t << "" << endl; t << "" << endl; t << "" << endl;