Remove newline

merge-requests/20/merge
Bob Mottram 2021-04-03 11:53:34 +01:00
parent 2703a601f0
commit 1b464fec24
1 changed files with 1 additions and 1 deletions

View File

@ -1760,7 +1760,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
editProfileForm += ' <div class="container">\n'
idx = 'List of project names that you wish to receive git patches for'
editProfileForm += \
' <br><label class="labels">' + \
' <label class="labels">' + \
translate[idx] + '</label>\n'
editProfileForm += \
' <textarea id="message" name="gitProjects" ' + \