diff options
Diffstat (limited to 'files/zh-cn/web/html/element/pre/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/pre/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/pre/index.html b/files/zh-cn/web/html/element/pre/index.html index e01cba7a2c..b115b5a8d3 100644 --- a/files/zh-cn/web/html/element/pre/index.html +++ b/files/zh-cn/web/html/element/pre/index.html @@ -65,7 +65,7 @@ translation_of: Web/HTML/Element/pre <h3 id="HTML">HTML</h3> -<pre><code><p>Using CSS to change the font color is easy.</p> +<pre class="brush: html"><code><p>Using CSS to change the font color is easy.</p> <pre> body { color: red; |