Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorburtware
    • CommentTimeJan 7th 2007
     
    I searched the forums and found that it's a known issue.

    Using the rel="lightbox[group]" wont validate as the [ ] fail in the rel tag. Using the entities doesn't work either.
    I really have to get it to work on xhtml 1.1 and was wondering if there was any new ideas or updates on how to get that working?

    Thanks
    • CommentAuthorEinZteiN
    • CommentTimeJan 26th 2007
     
    I was looking for this too!

    This is what I found:
    Change the brackets to, for example, dashes or any other char in the funcion I'll quote in prototype.js!
    The final result would be something like this:

    inspect: function() {
    return '-' + this.map(Object.inspect).join(', ') + '-';
    }

    This validates!! :)
    Happy to know someone else cares about validation ;)

    Keep it up m8,
    ~Levi F.
    • CommentAuthorjahwork
    • CommentTimeFeb 22nd 2007
     
    the other way is to place a dot instead of the [ ] brackets.
    eg. rel="lightbox.group"

    can't remember where i found the fix. some kind soul shared it in another forum! :)