mirror of https://gitlab.com/bashrc2/epicyon
Remove extraneous newline
parent
d6c2a585a6
commit
a0913398ba
|
@ -1367,7 +1367,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
# peertube instances section
|
# peertube instances section
|
||||||
peertubeStr = ' <div class="container">\n'
|
peertubeStr = ' <div class="container">\n'
|
||||||
peertubeStr += \
|
peertubeStr += \
|
||||||
' <br><b><label class="labels">' + \
|
' <b><label class="labels">' + \
|
||||||
translate['Peertube Instances'] + '</label></b>\n'
|
translate['Peertube Instances'] + '</label></b>\n'
|
||||||
idx = 'Show video previews for the following Peertube sites.'
|
idx = 'Show video previews for the following Peertube sites.'
|
||||||
peertubeStr += \
|
peertubeStr += \
|
||||||
|
|
Loading…
Reference in New Issue