Fixed IE7 syntax error default tip
authorDan
Fri, 07 Aug 2009 10:26:44 -0400
changeset 5 dd7c762112b2
parent 4 c2458c3b0365
Fixed IE7 syntax error
LightboxGallery.php
--- a/LightboxGallery.php	Mon Aug 03 16:46:52 2009 -0400
+++ b/LightboxGallery.php	Fri Aug 07 10:26:44 2009 -0400
@@ -62,7 +62,7 @@
           imageBtnPrev:			\'' . scriptPath . '/plugins/lightboxgallery/images/lightbox-btn-prev.gif\',			// (string) Path and the name of the prev button image
           imageBtnNext:			\'' . scriptPath . '/plugins/lightboxgallery/images/lightbox-btn-next.gif\',			// (string) Path and the name of the next button image
           imageBtnClose:		\'' . scriptPath . '/plugins/lightboxgallery/images/lightbox-btn-close.gif\',		// (string) Path and the name of the close btn
-          imageBlank:				\'' . cdnPath . '/images/spacer.gif\',			// (string) Path and the name of a blank image (one pixel)
+          imageBlank:				\'' . cdnPath . '/images/spacer.gif\' 			// (string) Path and the name of a blank image (one pixel)
         };
         jQuery(selector).lightBox(settings);
       }