aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html')
-rw-r--r--files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html b/files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html
index a7d5bd82c3..38aadbbfe3 100644
--- a/files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html
+++ b/files/de/web/api/canvasrenderingcontext2d/setlinedash/index.html
@@ -45,7 +45,7 @@ ctx.stroke();
<p>Edit the code below and see your changes update live in the canvas:</p>
-<div style="display: none;">
+<div class="hidden">
<h6 id="Playable_code">Playable code</h6>
<pre class="brush: html">&lt;canvas id="canvas" width="400" height="200" class="playable-canvas"&gt;&lt;/canvas&gt;