innoq / statuses

statuses
Apache License 2.0
13 stars 14 forks source link

URL fragment identifiers erroneously treated as hashtags #37

Closed FND closed 11 years ago

FND commented 11 years ago

It appears hashtags take precedence over frag IDs: Posting lorem ipsum http://example.org#anchor-name #hashtag results in

lorem ipsum <a updates?query="%23anchor'" statuses="" href="http://example.org#&lt;a href=">anchor</a>-name'&gt;http://example.org#<a href="/statuses/updates?query=%23anchor">anchor</a>-name #<a href="/statuses/updates?query=%23hashtag">hashtag</a>

That seems undesirable.

martinei commented 11 years ago

A Duplicate of https://github.com/innoq/statuses/issues/33 ?

FND commented 11 years ago

Ah yes, seems that way - I thought there was a ticket already, but apparently I didn't look closely enough.