Index: js/image_nodes.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/lightbox2/js/image_nodes.js,v
retrieving revision 1.3.2.4.4.2
diff -u -r1.3.2.4.4.2 image_nodes.js
--- js/image_nodes.js   27 Sep 2007 15:24:42 -0000      1.3.2.4.4.2
+++ js/image_nodes.js   27 Sep 2007 19:43:13 -0000
@@ -14,7 +14,7 @@
         var link_text = "View Image Information";
         $(this).attr({rel: "lightbox[node_thumbnails]",
           title: alt + "<br /><br /><a href=\"" + this.href + "\">"+ link_text + "</a>",
-          href: $(child).attr("src").replace(".thumbnail", ""),
+          href: $(child).attr("src").replace(".thumbnail", "")
           });

       });
Index: js/image_nodes_galleries.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/lightbox2/js/Attic/image_nodes_galleries.js,v
retrieving revision 1.1.4.5.4.3
diff -u -r1.1.4.5.4.3 image_nodes_galleries.js
--- js/image_nodes_galleries.js 27 Sep 2007 15:24:42 -0000      1.1.4.5.4.3
+++ js/image_nodes_galleries.js 27 Sep 2007 19:43:13 -0000
@@ -3,21 +3,21 @@
 // Stella Power

 if (Drupal.jsEnabled) {
-               $(document).ready(function lightbox2_image_nodes() {
+  $(document).ready(function lightbox2_image_nodes() {
    var img_assist = document.getElementById("img_assist_thumbs");
     if (!img_assist) {
-                                               // apply to all other images
+      // apply to all other images
       $("a[img.inline, img.image-thumbnail, img.thumbnail]").each(function(i) {
-                                                               if (!$(this).parents(".galleries").length ) {
+        if (!$(this).parents(".galleries").length ) {

         var child = $(this).children();
         var alt = $(child).attr("alt");
         var link_text = "View Image Information";
         $(this).attr({rel: "lightbox[node_thumbnails]",
           title: alt + "<br /><br /><a href=\"" + this.href + "\">"+ link_text + "</a>",
-          href: $(child).attr("src").replace(".thumbnail", ""),
+          href: $(child).attr("src").replace(".thumbnail", "")
           });
-                                                               }
+        }

       });
     }
Index: js/image_nodes_nogroup.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/lightbox2/js/image_nodes_nogroup.js,v
retrieving revision 1.1.2.4.4.2
diff -u -r1.1.2.4.4.2 image_nodes_nogroup.js
--- js/image_nodes_nogroup.js   27 Sep 2007 15:24:42 -0000      1.1.2.4.4.2
+++ js/image_nodes_nogroup.js   27 Sep 2007 19:43:13 -0000
@@ -4,8 +4,8 @@


 if (Drupal.jsEnabled) {
-               $(document).ready(function lightbox2_image_nodes() {
-                               var img_assist = document.getElementById("img_assist_thumbs");
+  $(document).ready(function lightbox2_image_nodes() {
+    var img_assist = document.getElementById("img_assist_thumbs");
     if (!img_assist) {
       $("a[img.inline, img.image-thumbnail, img.thumbnail]").each(function(i) {

@@ -14,12 +14,12 @@
         var link_text = "View Image Information";
         $(this).attr({rel: "lightbox",
           title: alt + "<br /><br /><a href=\"" + this.href + "\">"+ link_text + "</a>",
-          href: $(child).attr("src").replace(".thumbnail", ""),
+          href: $(child).attr("src").replace(".thumbnail", "")
           });

       });
     }

-               });
+  });
 }

Index: js/image_nodes_nogroup_galleries.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/lightbox2/js/Attic/image_nodes_nogroup_galleries.js,v
retrieving revision 1.1.4.5.4.3
diff -u -r1.1.4.5.4.3 image_nodes_nogroup_galleries.js
--- js/image_nodes_nogroup_galleries.js 27 Sep 2007 15:24:42 -0000      1.1.4.5.4.3
+++ js/image_nodes_nogroup_galleries.js 27 Sep 2007 19:43:13 -0000
@@ -14,7 +14,7 @@
         var link_text = "View Image Information";
         $(this).attr({rel: "lightbox",
           title: alt + "<br /><br /><a href=\"" + this.href + "\">"+ link_text + "</a>",
-          href: $(child).attr("src").replace(".thumbnail", ""),
+          href: $(child).attr("src").replace(".thumbnail", "")
           });
         }

