forked from indymedia/epicyon
Remove newlines
parent
2997045e4f
commit
f9bce99262
|
@ -8110,26 +8110,26 @@ def htmlPersonOptions(cssCache: {}, translate: {}, baseDir: str,
|
||||||
optionsStr += optionsLinkStr
|
optionsStr += optionsLinkStr
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <a href="/"><button type="button" class="buttonIcon" ' + \
|
' <a href="/"><button type="button" class="buttonIcon" ' + \
|
||||||
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
|
'name="submitBack">' + translate['Go Back'] + '</button></a>'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submitView">' + \
|
' <button type="submit" class="button" name="submitView">' + \
|
||||||
translate['View'] + '</button>\n'
|
translate['View'] + '</button>'
|
||||||
optionsStr += donateStr
|
optionsStr += donateStr
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submit' + \
|
' <button type="submit" class="button" name="submit' + \
|
||||||
followStr + '">' + translate[followStr] + '</button>\n'
|
followStr + '">' + translate[followStr] + '</button>'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submit' + \
|
' <button type="submit" class="button" name="submit' + \
|
||||||
blockStr + '">' + translate[blockStr] + '</button>\n'
|
blockStr + '">' + translate[blockStr] + '</button>'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submitDM">' + \
|
' <button type="submit" class="button" name="submitDM">' + \
|
||||||
translate['DM'] + '</button>\n'
|
translate['DM'] + '</button>'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submit' + \
|
' <button type="submit" class="button" name="submit' + \
|
||||||
snoozeButtonStr + '">' + translate[snoozeButtonStr] + '</button>\n'
|
snoozeButtonStr + '">' + translate[snoozeButtonStr] + '</button>'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submitReport">' + \
|
' <button type="submit" class="button" name="submitReport">' + \
|
||||||
translate['Report'] + '</button>\n'
|
translate['Report'] + '</button>'
|
||||||
|
|
||||||
personNotes = ''
|
personNotes = ''
|
||||||
personNotesFilename = \
|
personNotesFilename = \
|
||||||
|
|
Loading…
Reference in New Issue