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:
@ -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");
|
||||
|
Reference in New Issue
Block a user