diff --git a/webinterface.py b/webinterface.py index 0c8b7b3b..224439d6 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1259,6 +1259,7 @@ def htmlProfile(translate: {},projectVersion: str, \ if '
' in profileDescription: if len(profileDescription.split('
'))>2: profileDescriptionShort='' + profileDescription=profileDescription.replace('
','\n') profileHeaderStr= \ '
' \ '
'+ \ @@ -3229,6 +3230,7 @@ def htmlProfileAfterSearch(translate: {}, \ if '
' in profileDescription: if len(profileDescription.split('
'))>2: profileDescriptionShort='' + profileDescription=profileDescription.replace('
','\n') profileStr= \ '
' \ '
' \