diff --git a/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnComments.jsp b/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnComments.jsp index 97fdd4eb49..e6832d7072 100644 --- a/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnComments.jsp +++ b/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnComments.jsp @@ -17,7 +17,7 @@ {{ comment.time | date:'yyyy-MM-dd HH:mm' }}
- {{ comment.comment }} +
{{ comment.comment }}
diff --git a/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnerability.jsp b/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnerability.jsp index c4797b2f2e..09de474f38 100644 --- a/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnerability.jsp +++ b/threadfix-main/src/main/webapp/WEB-INF/views/applications/vulnerability.jsp @@ -147,7 +147,7 @@ Description - {{ finding.longDescription }} +
{{ finding.longDescription }}
Path