Fixed moving menu items
diff --git a/templates/search.html.ep b/templates/search.html.ep
index 27dfa53..a08a4ee 100644
--- a/templates/search.html.ep
+++ b/templates/search.html.ep
@@ -27,6 +27,6 @@
 %   end
   </ol>
 % } elsif (search->results->size == 0) {
-<p id="no-results"><%== loc 'noMatches', q => search->query %></p>
+<p id="no-results"><%== loc 'noMatches', q => search->query, ql => search->query_language %></p>
 % }
 </div>