]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
atom: <link> urls should be attr, not content
authorChimo <chimo@chromic.org>
Tue, 15 Sep 2015 01:25:36 +0000 (21:25 -0400)
committerChimo <chimo@chromic.org>
Tue, 15 Sep 2015 01:34:56 +0000 (21:34 -0400)
commit96a7bf2b90394b263515612e67b04275ce2434e6
tree2391721e0c884d962cc6c4f86187ab9c3c9a4d98
parent404d5781fcf2993c882abc26c1d17dc1f3b37cca
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"/>
lib/activity.php