Skip to content

Commit

Permalink
Merge pull request #79 from PitWenkin/patch-1
Browse files Browse the repository at this point in the history
Update backup_form.cgi
  • Loading branch information
jcameron authored Feb 9, 2019
2 parents b26c0a2 + 9eb9397 commit 483a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup_form.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ foreach $dest (@dests) {

# Show destination fields
print &ui_hidden_table_start($text{'backup_headerdest'}, "width=100%", 2,
"dest", 1, \@tds);
"dest", 0, \@tds);
print &ui_table_row(&hlink($text{'backup_dest'}, "backup_dest"),
join("<hr>\n", @dfields));

Expand Down

0 comments on commit 483a404

Please sign in to comment.