]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
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)
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

1  2 
lib/activity.php

Simple merge