aboutsummaryrefslogtreecommitdiff
path: root/files/ko/orphaned
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-03-15 18:56:01 +0100
committerGitHub <noreply@github.com>2021-03-15 18:56:01 +0100
commit1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch)
tree032aa6be1de60c220df8cf308806e05532f58aec /files/ko/orphaned
parent8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff)
downloadtranslated-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/ko/orphaned')
-rw-r--r--files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html b/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html
index fc939a2aca..8f706de6a8 100644
--- a/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html
+++ b/files/ko/orphaned/mdn/contribute/howto/document_a_css_property/property_template/index.html
@@ -64,7 +64,7 @@ property: unset;
<p><em>The formal syntax must be taken from the spec and added to the <a href="https://github.com/mdn/data">MDN data repository</a>. It is an important tool to get precise syntax information for advanced users.</em></p>
-<pre class="syntaxbox">{{CSSSyntax}}</pre>
+{{CSSSyntax}}
<h2 id="Examples">Examples</h2>