 Russell Taber
|
First off, on line 1652 there seems to be a small mistake:
<a id="ID ?>" class="slide " href="" title="" rel="" id="">
There are 2 id elements when only 1 is needed.
Also (this is really a request not a bug) on line 1320:
return sprintf( '',
the rel attribute is assigned to the string “lazyest” which is not a registered string for rel per the html5 standard. Could this be changed to something that is standard to html5?
I love this plugin! Thanks for making it freely available!
|
 Marcel
|
I’ll fix the double id tag and remove non-standard rel tags.
|