diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-03-15 18:56:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 18:56:01 +0100 |
commit | 1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch) | |
tree | 032aa6be1de60c220df8cf308806e05532f58aec /files/pt-pt/web/css | |
parent | 8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff) | |
download | translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.gz translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.bz2 translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.zip |
remove pre for CSSSyntaxd (#175)
```
s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g
```
Diffstat (limited to 'files/pt-pt/web/css')
-rw-r--r-- | files/pt-pt/web/css/display/index.html | 2 | ||||
-rw-r--r-- | files/pt-pt/web/css/gap/index.html | 2 | ||||
-rw-r--r-- | files/pt-pt/web/css/transform/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
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; <h3 id="Sintaxe_formal">Sintaxe formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemplos">Exemplos</h2> 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; <h3 id="Sintaxe_formal">Sintaxe formal</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemplo">Exemplo</h2> 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; <h3 id="Formal_syntax">Formal syntax</h3> -<pre class="syntaxbox">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Exemplos">Exemplos</h2> |