restored deleted space after header "Crawl Log"

This commit is contained in:
Kenji Nagahashi
2012-03-09 16:29:52 -08:00
parent adc82c1c6f
commit f05287c8ca
@@ -413,7 +413,7 @@ public class JobResource extends BaseResource {
if ((cj.isRunning() || (cj.hasApplicationContext() && !cj.isLaunchable()))
&& cj.getCrawlController().getLoggerModule().getCrawlLogPath().getFile().exists()) {
// show crawl log for running or finished crawls
pw.print("<h3>Crawl Log");
pw.print("<h3>Crawl Log ");
printLinkedFile(
pw,
cj.getCrawlController().getLoggerModule().getCrawlLogPath().getFile(),