Commit 037dd8db authored by Vadim Makeev's avatar Vadim Makeev

tabs/spaces cleanup

parent c0dae204
...@@ -97,9 +97,9 @@ ...@@ -97,9 +97,9 @@
<code>&lt;html lang="en-US"&gt;</code> <code>&lt;html lang="en-US"&gt;</code>
<code><em>&lt;head&gt;</em></code> <code><em>&lt;head&gt;</em></code>
<code> &lt;title&gt;Shower&lt;/title&gt;</code> <code> &lt;title&gt;Shower&lt;/title&gt;</code>
<code> &lt;meta charset="<strong>UTF-8</strong>"&gt;</code> <code> &lt;meta charset="<strong>UTF-8</strong>"&gt;</code>
<code> &lt;link rel="stylesheet" href="s/screen.css"&gt;</code> <code> &lt;link rel="stylesheet" href="s/screen.css"&gt;</code>
<code> &lt;script src="j/jquery.js"&gt;&lt;/script&gt;</code> <code> &lt;script src="j/jquery.js"&gt;&lt;/script&gt;</code>
<code><em>&lt;/head&gt;</em></code> <code><em>&lt;/head&gt;</em></code>
</pre> </pre>
</section> </section>
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</pre> </pre>
<p class="note">May or may not crash your browser</p> <p class="note">May or may not crash your browser</p>
<pre> <pre>
<code><em>&lt;meta</em> charset="<strong>UTF-8</strong>"&gt;</code> <code><em>&lt;meta</em> charset="<strong>UTF-8</strong>"&gt;</code>
</pre> </pre>
<p class="note">Lock up your machine</p> <p class="note">Lock up your machine</p>
</section> </section>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
body.style.msTransform = transform; body.style.msTransform = transform;
body.style.transform = transform; body.style.transform = transform;
} }
function turnSlide(e) { function turnSlide(e) {
var current = hashList[url.hash], var current = hashList[url.hash],
target; target;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment