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/hu | |
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/hu')
-rw-r--r-- | files/hu/web/css/font-weight/index.html | 2 | ||||
-rw-r--r-- | files/hu/web/css/text-decoration/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
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(); <h2 id="Formal_syntax">Formal syntax</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Examples" name="Examples">Példák</h2> 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 <h2 id="Régebbi_szintaxis">Régebbi szintaxis</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Példák">Példák</h2> |