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

pull/1/head
reger 10 years ago
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");

Loading…
Cancel
Save