From 6a8daa19c010c44ce2b04ba090a592e3d6d45639 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 12 Mar 2022 19:02:52 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20support=20des=20Protocol-relative?= =?UTF-8?q?=20URLs=20en=20tant=20que=20liens=20externes=20indiqu=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/html/header.html b/html/header.html index b55cd7c..bf4448d 100644 --- a/html/header.html +++ b/html/header.html @@ -24,6 +24,7 @@ color: #ebe12f; } + a[href^="//"]::after, a[href^="http"]::after { content: ""; width: 11px;