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/hu/web/css/font-weight/index.html | 2 +- files/hu/web/css/text-decoration/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/hu/web/css') diff --git a/files/hu/web/css/font-weight/index.html b/files/hu/web/css/font-weight/index.html index 620772f151..447c365dbc 100644 --- a/files/hu/web/css/font-weight/index.html +++ b/files/hu/web/css/font-weight/index.html @@ -316,7 +316,7 @@ update();

Formal syntax

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

Példák

diff --git a/files/hu/web/css/text-decoration/index.html b/files/hu/web/css/text-decoration/index.html index 676888fbeb..f0e4da7639 100644 --- a/files/hu/web/css/text-decoration/index.html +++ b/files/hu/web/css/text-decoration/index.html @@ -51,7 +51,7 @@ original_slug: CSS/text-decoration

Régebbi szintaxis

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

Példák

-- cgit v1.2.3-54-g00ecf