Fixing a small css issue in the user class.
[elgg.git] / units / friends / metatags.php
blobd617e526ac2564b0dd084a92324923f55f5e3950
1 <?php
3 global $metatags;
4 global $page_owner;
6 $metatags .= <<< END
7 <link rel="meta" type="application/rdf+xml" title="FOAF" href="" />
8 <meta name="foaf:maker" content="foaf:mbox_sha1sum ''" />
9 END;