mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 14:15:47 +00:00
* EngineResource.java
show proper separator in path prompt
This commit is contained in:
@@ -285,7 +285,7 @@ public class EngineResource extends BaseResource {
|
||||
// create new job with defaults
|
||||
pw.println("<form method=\'POST\'>\n"
|
||||
+ "Create new job directory with recommended starting configuration<br/>\n"
|
||||
+ "<b>Path:</b> " + jobsDir.getAbsolutePath() + File.pathSeparator + "\n"
|
||||
+ "<b>Path:</b> " + jobsDir.getAbsolutePath() + File.separator + "\n"
|
||||
+ "<input name='createpath'/>\n"
|
||||
+ "<input type='submit' name='action' value='create'>\n"
|
||||
+ "</form>\n");
|
||||
|
||||
Reference in New Issue
Block a user