From 76b6b1be0df9853d6d0c2c0020aff391bde8f637 Mon Sep 17 00:00:00 2001 From: Spindle Security <114083317+SpindleSec@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:18:22 +0000 Subject: [PATCH] Remove empty lines from membership.md Empty lines seem to be upsetting the {% raw %} content, and some DOM elements are being rendered as text. Below is a source snippet from the rendered page: </div> </div> </div> </div> --- pages/membership.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pages/membership.md b/pages/membership.md index 8121fe08a..db3b10586 100644 --- a/pages/membership.md +++ b/pages/membership.md @@ -32,17 +32,13 @@ maintenance_message: Due to a required update to our systems, we are currently e {% else %} {% raw %}
-
- -

Individual Membership

Corporate Membership

Attendees at a Global AppSec Conference -

One of many ways you can get involved in the OWASP Foundation is to become a member. It is through our global membership that we move forward on our mission to secure the web. We encourage and support diversity in AppSec and hope you will join us. Please note we also offer regional pricing to make OWASP accessible to everyone.

- +

One of many ways you can get involved in the OWASP Foundation is to become a member. It is through our global membership that we move forward on our mission to secure the web. We encourage and support diversity in AppSec and hope you will join us. Please note we also offer regional pricing to make OWASP accessible to everyone.

{% endraw %} {% include member_benefits.md %} @@ -148,21 +144,16 @@ maintenance_message: Due to a required update to our systems, we are currently e
-
- +
- - -
- {% endraw %} @@ -434,4 +425,4 @@ window.addEventListener('load', function () { }) }, false) -{% endif %} \ No newline at end of file +{% endif %}