Skip to content

Commit 7a6efd9

Browse files
committed
Remove +-sign from c&p'ed diff
1 parent c482df8 commit 7a6efd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2870,7 +2870,7 @@ emphasize_stuff_in_headers(){
28702870
-e "s/system-wsgw-management-loopback/${html_yellow}system-wsgw-management-loopback${html_off}/g" \
28712871
)"
28722872
#FIXME: this is double code. The pattern to emphasize headers should be better in one single function.
2873-
+# And: It matches case sensitive headers only which won't detect all banners. (sed ignorecase is not a/v for OpenBSD sed)
2873+
# And: It matches case sensitive headers only which won't detect all banners. (sed ignorecase is not a/v for OpenBSD sed)
28742874
else
28752875
html_out "$(html_reserved "$1")"
28762876
fi

0 commit comments

Comments
 (0)