Web.RelMe: Fix having other values in rel attr
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 5 Mar 2019 01:03:44 +0000 (02:03 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 5 Mar 2019 01:13:22 +0000 (02:13 +0100)
commit788a354ce0cbe91d0430ce48db62cb537e845a6d
treee8c802ddf1d95420dafb13911aa20a91c2b1b47f
parent682cc94db11404ad658f566634c1e641cc575091
Web.RelMe: Fix having other values in rel attr

One example of this is Github which puts a rel="nofollow me" on the
profile link.
lib/pleroma/web/rel_me.ex
test/fixtures/rel_me_anchor_nofollow.html [new file with mode: 0644]
test/fixtures/rel_me_null.html
test/web/rel_me_test.exs