]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Merge branch 'link-atom-fix' into 'nightly'
authormmn <mmn@hethane.se>
Sat, 10 Oct 2015 20:33:58 +0000 (20:33 +0000)
committermmn <mmn@hethane.se>
Sat, 10 Oct 2015 20:33:58 +0000 (20:33 +0000)
commit238d2a387623743fd98c84783ce360bf1d2db6ee
tree2eda393ad9c631d3cdd99d7b298bf79b05880321
parentfe9457daea4127fc4efd69c2e27a4d114d328aac
parent96a7bf2b90394b263515612e67b04275ce2434e6
Merge branch 'link-atom-fix' into 'nightly'

atom: <link> urls should be attr, not content

Some activities (ex: repeats and follows) have <link>s like this:
<link rel="alternate" type="text/html">http://example.org</link>

This commit changes them to:
<link rel="alternate" type="text/html" href="http://example.org"/>

See merge request !30
lib/activity.php