# HG changeset patch # User Dan # Date 1249655204 14400 # Node ID dd7c762112b2e6a3e4588de596a65c72d821f7d4 # Parent c2458c3b03654650212ac71c698ccf7892234596 Fixed IE7 syntax error diff -r c2458c3b0365 -r dd7c762112b2 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); }