This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new a479572 Fixed: fixes 2 links a479572 is described below commit a4795727eda3986012cdf1e9476180660f30cf74 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Aug 28 11:47:53 2024 +0200 Fixed: fixes 2 links Adds missing " to end of links --- security.html | 4 ++-- template/page/security.tpl.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security.html b/security.html index bd85572..7d4e224 100644 --- a/security.html +++ b/security.html @@ -134,8 +134,8 @@ <p> To clarify the vocabulary used above here are 2 links: <ul class="iconsList"> - <li><i class="icon-pin"></i><a href="https://www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them target="external">pre-authN vs post-authN</a></li> - <li><i class="icon-pin"></i><a href="https://cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms target="external">authN vs authZ</a></li> + <li><i class="icon-pin"></i><a href="https://www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them" target="external">pre-authN vs post-authN</a></li> + <li><i class="icon-pin"></i><a href="https://cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms" target="external">authN vs authZ</a></li> </ul> </p> diff --git a/template/page/security.tpl.php b/template/page/security.tpl.php index 58ee9de..1bd0498 100644 --- a/template/page/security.tpl.php +++ b/template/page/security.tpl.php @@ -35,8 +35,8 @@ <p> To clarify the vocabulary used above here are 2 links: <ul class="iconsList"> - <li><i class="icon-pin"></i><a href="https://www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them target="external">pre-authN vs post-authN</a></li> - <li><i class="icon-pin"></i><a href="https://cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms target="external">authN vs authZ</a></li> + <li><i class="icon-pin"></i><a href="https://www.scmagazine.com/resource/what-are-post-authentication-attacks-and-how-to-protect-against-them" target="external">pre-authN vs post-authN</a></li> + <li><i class="icon-pin"></i><a href="https://cwe.mitre.org/data/definitions/863.html#ocimg_863_Alternate_Terms" target="external">authN vs authZ</a></li> </ul> </p>