Commit fe608582d4257fca273bc6bd3cb0acce7ad7622f

Golmote 2015-06-12T21:43:31

Improve test drive page usability. Fix #591

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/test.html b/test.html
index 1ffc38a..63d46e1 100644
--- a/test.html
+++ b/test.html
@@ -72,12 +72,12 @@ textarea {
 			<textarea>&lt;p class="hey">Type some code here&lt;/p></textarea>
 		</p>
 
+		<p>Result:</p>
+		<pre><code></code></pre>
+
 		<p id="language">
 			<strong>Language:</strong>
 		</p>
-
-		<p>Result:</p>
-		<pre><code></code></pre>
 	</form>
 </section>