From f2a5c16311b7f1f965347a809c78dfc23b77d61c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 23 Oct 2019 15:32:48 +0100 Subject: [PATCH] Replace formatting --- webinterface.py | 2 ++ 1 file changed, 2 insertions(+) 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= \ '
' \ '
' \