diff --git a/public/X3DOMTutorial/hellox3dom.html b/public/X3DOMTutorial/hellox3dom.html
index 0cb447525b422e4f240cc9202b594e220464c4de..b6d10b4ffd5876eaa0c00aac472bfa9c5a7f933b 100644
--- a/public/X3DOMTutorial/hellox3dom.html
+++ b/public/X3DOMTutorial/hellox3dom.html
@@ -80,7 +80,7 @@
           node </a> associates a geometry node with
         nodes that define that geometry's appearance. The following example draws a blue box.        
 <pre>
-<code class="language-html">
+  <code class="language-html">
   &lt;X3D id="shapedata" width="600px" height="600px" style="float:left"&gt;
     &lt;Scene&gt; 
       &lt;background transparency='0' skyColor='1 0 0'&gt; &lt;/background&gt;