mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge pull request #1744 from Zash/doap-xmlns-foaf
doap: fix missing foaf namespace prefix
This commit is contained in:
commit
9e7af56777
@ -1,5 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
||||||
|
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||||
xmlns='http://usefulinc.com/ns/doap#'
|
xmlns='http://usefulinc.com/ns/doap#'
|
||||||
xmlns:xmpp='https://linkmauve.fr/ns/xmpp-doap#'
|
xmlns:xmpp='https://linkmauve.fr/ns/xmpp-doap#'
|
||||||
xmlns:schema='https://schema.org/'>
|
xmlns:schema='https://schema.org/'>
|
||||||
|
Loading…
Reference in New Issue
Block a user