mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 05:04:13 +00:00
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:
parent
03b7279750
commit
e46b51272a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue