aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html/element
diff options
context:
space:
mode:
authorkraccoon-dev <kraccoon0420@gmail.com>2022-02-11 00:15:41 +0900
committerKyle <mkitigy@gmail.com>2022-02-14 22:30:03 +0900
commit4c4bdd7f9c5ba29055337e4bc6dab62c11e9ad20 (patch)
tree84155e50a5f88dd1a8e492fb4d8dee69f679bbb5 /files/ko/web/html/element
parenta901ccf2b7747322b75d9f81014d7d88426bea8a (diff)
downloadtranslated-content-4c4bdd7f9c5ba29055337e4bc6dab62c11e9ad20.tar.gz
translated-content-4c4bdd7f9c5ba29055337e4bc6dab62c11e9ad20.tar.bz2
translated-content-4c4bdd7f9c5ba29055337e4bc6dab62c11e9ad20.zip
fix embed live sample macro error
Diffstat (limited to 'files/ko/web/html/element')
-rw-r--r--files/ko/web/html/element/div/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/html/element/div/index.html b/files/ko/web/html/element/div/index.html
index 3fd7ebd390..166ea7b0c3 100644
--- a/files/ko/web/html/element/div/index.html
+++ b/files/ko/web/html/element/div/index.html
@@ -85,14 +85,14 @@ translation_of: Web/HTML/Element/div
<h4 id="HTML">HTML</h4>
-<pre class="notranslate">&lt;div class="shadowbox"&gt;
+<pre class="brush: html notranslate">&lt;div class="shadowbox"&gt;
&lt;p&gt;Here's a very interesting note displayed in a
lovely shadowed box.&lt;/p&gt;
&lt;/div&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="notranslate">.shadowbox {
+<pre class="brush: css notranslate">.shadowbox {
width: 15em;
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;