1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-18 08:36:07 -04:00

add info text to metadata page (htmlresponsewriter) on no documents found

This commit is contained in:
reger
2015-01-04 02:59:21 +01:00
parent 3ac1d14a21
commit c156548efe

@ -148,6 +148,7 @@ public class HTMLResponseWriter implements QueryResponseWriter {
}
} else {
writer.write("<title>No Document Found</title>\n</head><body>\n");
writer.write("<div class='alert alert-info'>No documents found</div>\n");
}
writer.write("</body></html>\n");