diff --git a/webinterface.py b/webinterface.py index 7216383a..a0019998 100644 --- a/webinterface.py +++ b/webinterface.py @@ -524,20 +524,20 @@ def htmlSearchSharedItems(translate: {}, break if matched: if currPage == pageNumber: - sharedItemsForm += '
' + sharedItem['summary'] + '
' + '' + sharedItem['summary'] + '
\n' sharedItemsForm += \ '' + translate['Type'] + \ ': ' + sharedItem['itemType'] + ' ' @@ -546,7 +546,7 @@ def htmlSearchSharedItems(translate: {}, ': ' + sharedItem['category'] + ' ' sharedItemsForm += \ '' + translate['Location'] + \ - ': ' + sharedItem['location'] + '
' + ': ' + sharedItem['location'] + '\n' contactActor = \ httpPrefix + '://' + domainFull + \ '/users/' + contactNickname @@ -556,13 +556,13 @@ def htmlSearchSharedItems(translate: {}, sharedItem['displayName'] + \ '?mention=' + contactActor + \ '">' + translate['Contact'] + '\n' if actor.endswith('/users/' + contactNickname): sharedItemsForm += \ ' ' - sharedItemsForm += '