Remove extraneous newline

merge-requests/21/head
Bob Mottram 2021-03-06 12:09:59 +00:00
parent d6c2a585a6
commit a0913398ba
1 changed files with 1 additions and 1 deletions

View File

@ -1367,7 +1367,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
# peertube instances section
peertubeStr = ' <div class="container">\n'
peertubeStr += \
' <br><b><label class="labels">' + \
' <b><label class="labels">' + \
translate['Peertube Instances'] + '</label></b>\n'
idx = 'Show video previews for the following Peertube sites.'
peertubeStr += \