aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web
diff options
context:
space:
mode:
authorhochan222 <hochan049@gmail.com>2021-10-28 18:05:09 +0900
committerKyle <mkitigy@gmail.com>2021-12-27 08:06:31 +0900
commit71cbd9e7454679c695b75ceb8cb3766f0f50c59a (patch)
tree699601c28b5018d85e05f589a19ee0f625c31d82 /files/ko/web
parent07bd50e693612ae2c96d982f65f3757aaeb6290e (diff)
downloadtranslated-content-71cbd9e7454679c695b75ceb8cb3766f0f50c59a.tar.gz
translated-content-71cbd9e7454679c695b75ceb8cb3766f0f50c59a.tar.bz2
translated-content-71cbd9e7454679c695b75ceb8cb3766f0f50c59a.zip
fix:/ko/docs/web/html/element/var, EmbedLiveSample and flaws
Diffstat (limited to 'files/ko/web')
-rw-r--r--files/ko/web/html/element/var/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/html/element/var/index.html b/files/ko/web/html/element/var/index.html
index 6610ebb916..ef2541a570 100644
--- a/files/ko/web/html/element/var/index.html
+++ b/files/ko/web/html/element/var/index.html
@@ -79,11 +79,11 @@ translation_of: Web/HTML/Element/var
<p><code>&lt;var&gt;</code>를 사용해 수학 등식의 변수명을 나타내는 간단한 예제입니다.</p>
-<pre>&lt;p&gt;간단한 등식:
- &lt;var&gt;x&lt;/var&gt; = &lt;var&gt;y&lt;/var&gt; + 2&lt;/p&gt;
+<pre class="brush: html"><p>A simple equation:
+ <var>x</var> = <var>y</var> + 2 </p>
</pre>
-<p>{{EmbedLiveSample("Basic_example", 650,80)}}</p>
+<p>{{EmbedLiveSample("기본_예제", 650, 80)}}</p>
<h2 id="명세">명세</h2>