Skip to content

Commit 954598f

Browse files
authored
Merge pull request #6536 from BOINC/dpa_submit45
web: fix typo in BUDA submit
2 parents 2c494c5 + 1b9cb90 commit 954598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/user/buda_submit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function handle_submit($user) {
328328
page_head("No jobs created");
329329
echo "
330330
Your batch file (.zip) did not specify any jobs.
331-
See <a href="https://github.com/BOINC/boinc/wiki/BUDA-job-submission#batch-files">Instructions for creating batch files</a>.
331+
See <a href=https://github.com/BOINC/boinc/wiki/BUDA-job-submission#batch-files>Instructions for creating batch files</a>.
332332
";
333333
page_tail();
334334
return;

0 commit comments

Comments
 (0)