TribeEvents::get_event_link() doesn't output quotes around the href attribute

Home Forums Calendar Products Events Calendar PRO TribeEvents::get_event_link() doesn't output quotes around the href attribute

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45308
    David
    Participant

    TribeEvents::get_event_link() outputs an anchor tag with no quotes around the href.

    #45332
    Jonah
    Participant

    Hi David,

    Do you have an example of this or can you explain more what you are trying to do?

    Thanks,
    Jonah

    #45447
    David
    Participant

    Line 2579 of `the-events-calendar.class.php` is as follows:
    echo ‘‘.$anchor.’‘;
    It generates HTML as follows:
    Event title

    As you can see, there are no quotes around the attribute, which makes for invalid XHTML.

    #45500
    Jonah
    Participant

    Aha, I see now. I’ll go ahead and create a ticket to get this fixed in the next version.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘TribeEvents::get_event_link() doesn't output quotes around the href attribute’ is closed to new replies.