Buttons on same row

main
Bob Mottram 2020-10-06 17:25:53 +01:00
parent 20c55ef06c
commit 506ea825d2
1 changed files with 1 additions and 1 deletions

View File

@ -1316,7 +1316,7 @@ def htmlNewswireModeration(baseDir: str, path: str, translate: {}) -> str:
'/newswireapprove=' + postFilename + '">'
resultStr += \
'<button class="followApprove">' + \
translate['Approve'] + '</button></a><br><br>'
translate['Approve'] + '</button></a>'
resultStr += \
'<a href="' + basePath + \