]> iEval git - html-element-library.git/blobdiff - t/html/crunch/crunch.exp
Fix tests
[html-element-library.git] / t / html / crunch / crunch.exp
index 5c5b118c4b649b5b2ca937ef4caff99c0dfed2dd..272e3348790c656b69d5c1a4c1828b18b196d60f 100644 (file)
@@ -1,30 +1,30 @@
-<html>\r
-  <head>\r
-<script src="smooth/scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>\r
-<script src="smooth/scripts/mootools-1.2-more.js" type="text/javascript"></script>\r
-<script src="smooth/scripts/jd.gallery.js" type="text/javascript"></script>\r
-    <link rel="stylesheet" /="/" href="smooth/css/jd.gallery.css"\r
-      media="screen" type="text/css">\r
-  </head>\r
-  <body>\r
-<script type="text/javascript">\r\r
-function startGallery() {\r\r
-var myGallery = new gallery($('myGallery'), {\r\r
-timed: true\r\r
-});\r\r
-}\r\r
-window.addEvent('domready', startGallery);\r\r
-</script>\r
-    <div id="myGallery">\r
-      <div class="imageElement">\r
-        <h3>Item 1 Title</h3>\r
-        <p>Item 1 Description</p>\r
-        <a href="gallery-images/item-1/" title="open image" class="open"></a>\r
-        <img /="/" alt="Item 1 Title"\r
-          src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-gallery.jpg"\r
-          class="full"> <img /="/" alt="thumbnail of Item 1 Title"\r
-          src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-mini.jpg"\r
-          class="thumbnail"></div>\r
-    </div>\r
-  </body>\r
-</html>\r
+<html>
+  <head>
+<script src="smooth/scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
+<script src="smooth/scripts/mootools-1.2-more.js" type="text/javascript"></script>
+<script src="smooth/scripts/jd.gallery.js" type="text/javascript"></script>
+    <link rel="stylesheet" href="smooth/css/jd.gallery.css"
+      media="screen" type="text/css"/>
+  </head>
+  <body>
+<script type="text/javascript">
+function startGallery() {
+var myGallery = new gallery($('myGallery'), {
+timed: true
+});
+}
+window.addEvent('domready', startGallery);
+</script>
+    <div id="myGallery">
+      <div class="imageElement">
+        <h3>Item 1 Title</h3>
+        <p>Item 1 Description</p>
+        <a href="gallery-images/item-1/" title="open image" class="open"></a>
+        <img alt="Item 1 Title"
+          src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-gallery.jpg"
+          class="full"/> <img alt="thumbnail of Item 1 Title"
+          src="http://smoothgallery.jondesign.net/assets/images/samples/77196_6784-mini.jpg"
+          class="thumbnail"/></div>
+    </div>
+  </body>
+</html>
This page took 0.024665 seconds and 4 git commands to generate.