johnreva / jquery-lightbox

Automatically exported from code.google.com/p/jquery-lightbox
0 stars 0 forks source link

not valid XHTML #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are a number of problems in the code that cause it to break with XHTML.

1. a number of the img elements are unclosed
2. lines 434 and 435 have invalid entities, and need to be replaced with:

            prevLinkText:  '< Previous',
            nextLinkText:  'Next >',

Original issue reported on code.google.com by bdar...@gmail.com on 8 Jul 2008 at 9:27

GoogleCodeExporter commented 8 years ago
There have been multiple changes made to this project since it's move to 
github, several months ago.  You can 
find the project at http://github.com/krewenki/jquery-lightbox/tree/master .   
Please grab the latest copy from 
github, and if your issue persists, create a new issue there.

Original comment by krewenki on 17 Jun 2009 at 5:01