Commit 808cf2d8745304b22fb3b2ea10c6c64c98adf288

Miles Johnson 2013-07-02T18:19:19

Forgot script include

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/examples.html b/examples.html
index db40836..c0d0541 100644
--- a/examples.html
+++ b/examples.html
@@ -443,7 +443,6 @@ X-Response-Time: 10ms
 <script src="utopia.js"></script>
 <script src="components.js"></script>
 <script src="code.js"></script>
-<script src="components/prism-php.js"></script>
 
 </body>
 </html>