web/res/metadataplayer/test/raphael2.html
changeset 133 9578d3ddce17
parent 99 6cb4d10f0b8b
--- a/web/res/metadataplayer/test/raphael2.html	Wed Apr 27 15:40:01 2011 +0200
+++ b/web/res/metadataplayer/test/raphael2.html	Wed Apr 27 18:54:31 2011 +0200
@@ -1,17 +1,17 @@
-<!doctype html>
-<html>
-  <head>
-    <script src='raphael-min.js'></script>
-    <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
-    <script>
-      $(function () {
-        var paper = Raphael(10, 50, 300, 250);
-        var circle = paper.circle(50, 40, 10);
-        circle.attr('fill', '#c00');
-        circle.attr('stroke', '#fff');
-      });
-    </script>
-  </head>
-
-  <body></body>
+<!doctype html>
+<html>
+  <head>
+    <script src='raphael-min.js'></script>
+    <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
+    <script>
+      $(function () {
+        var paper = Raphael(10, 50, 300, 250);
+        var circle = paper.circle(50, 40, 10);
+        circle.attr('fill', '#c00');
+        circle.attr('stroke', '#fff');
+      });
+    </script>
+  </head>
+
+  <body></body>
 </html>
\ No newline at end of file