diff --git a/webinterface.py b/webinterface.py index 5a1a1e5a..efa6eacc 100644 --- a/webinterface.py +++ b/webinterface.py @@ -105,6 +105,7 @@ def htmlProfileShares(nickname: str,domain: str,sharesJson: {}) -> str: for item in sharesJson['orderedItems']: profileStr+='
'+item['summary']+'
' profileStr+='Type: '+item['itemType']+' '