use a line with a dash to separate the signature from the body of the edit note

(applying @kellnerd suggestion)

Co-authored-by: David Kellner <52860029+kellnerd@users.noreply.github.com>
This commit is contained in:
jesus2099 2023-07-03 14:33:48 +02:00
parent 03b7279750
commit e46b51272a

View file

@ -1398,7 +1398,7 @@ function batch_recording_rels(gm_info) {
}
function build_edit_note(edit_mode) {
return `${document.getElementById('bpr-edit-note').value.trim()}\n\n\n'''${gm_info.script.name}''' ${
return `${document.getElementById('bpr-edit-note').value.trim()}\n\n'''${gm_info.script.name}''' ${
gm_info.script.version
}\n''Relate to ${edit_mode}''`.trim();
}