indieweb / mention-client-php

Client library for sending webmention and pingback notifications
https://indieweb.org/webmention
97 stars 19 forks source link

Incorrectly matches an endpoint inside an HTML comment #24

Closed aaronpk closed 8 years ago

aaronpk commented 8 years ago

The parser is incorrectly finding a webmention endpoint that is commented out in HTML:

    <!--
    <a rel="webmention" href="http://webmention.example/wrong"></a>
    -->
    <a rel="webmention" href="http://webmention.example/correct"></a>
aaronpk commented 8 years ago

Fixed in release 1.1.5