diff --git a/lib/core/common.py b/lib/core/common.py index 344bb1669..e970005c5 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -255,7 +255,7 @@ class Format: if "technology" in info: infoStr += "\nweb application technology: %s" % Format.humanize(info["technology"], ", ") - return infoStr + return infoStr.lstrip() class Backend: # Set methods