diff --git a/parser.go b/parser.go index 561c4549e..8a47d0046 100644 --- a/parser.go +++ b/parser.go @@ -774,7 +774,10 @@ loopline: // Not mandatory field if securityAttr == descriptionAttr { - description = value + if description != "" { + description += "\n" + } + description += value } // next securityDefinitions