From 1bbb4d9683edd28fc947b17804e5b882184ecfcb Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Mon, 15 Mar 2021 18:56:01 +0100 Subject: remove pre for CSSSyntaxd (#175) ``` s/(\{\{csssyntax(\(.*\))?\}\})\n?/$1/g ``` --- files/pt-pt/web/css/display/index.html | 2 +- files/pt-pt/web/css/gap/index.html | 2 +- files/pt-pt/web/css/transform/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/pt-pt/web/css') diff --git a/files/pt-pt/web/css/display/index.html b/files/pt-pt/web/css/display/index.html index db3e3150d1..5a3e498cf3 100644 --- a/files/pt-pt/web/css/display/index.html +++ b/files/pt-pt/web/css/display/index.html @@ -309,7 +309,7 @@ display: unset;

Sintaxe formal

-
{{csssyntax}}
+{{csssyntax}}

Exemplos

diff --git a/files/pt-pt/web/css/gap/index.html b/files/pt-pt/web/css/gap/index.html index 9386307490..11f5ba95b5 100644 --- a/files/pt-pt/web/css/gap/index.html +++ b/files/pt-pt/web/css/gap/index.html @@ -52,7 +52,7 @@ grid-gap: unset;

Sintaxe formal

-
{{csssyntax}}
+{{csssyntax}}

Exemplo

diff --git a/files/pt-pt/web/css/transform/index.html b/files/pt-pt/web/css/transform/index.html index 8dc2ee3951..25f3a546a3 100644 --- a/files/pt-pt/web/css/transform/index.html +++ b/files/pt-pt/web/css/transform/index.html @@ -69,7 +69,7 @@ transform: unset;

Formal syntax

-
{{csssyntax}}
+{{csssyntax}}

Exemplos

-- cgit v1.2.3-54-g00ecf