• The latest version of the plugin fails to “self-close” itself when writing onto pages using the shortlink — this is on yourls-link-creator.php line 888:

    echo '<link href="'.esc_url($yourls_link).'" rel="shortlink">';

    Should be:

    echo '<link href="'.esc_url($yourls_link).'" rel="shortlink" />';

    I’ve made the change manually in the plugin, but thought you might want to update this before the next release 🙂

    Thanks!

    http://wordpress.org/plugins/yourls-link-creator/

  • The topic ‘Invalid HTML for Shortlink Link’ is closed to new replies.