diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-10 11:09:57 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-10 11:09:57 -0400 |
commit | d16dabe54b51e6c8877384ccbfa70384ad7fd92e (patch) | |
tree | 709e58679f8ba4f1b436ffc44ba37a00c91dbd5e /actions | |
parent | 9bd45734b1019552524da9e8d7c407476f131035 (diff) |
geo namespace
darcs-hash:20080610150957-84dde-2aff9cb5f23c593f524e4affb5c3f67a7f06ce34.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/foaf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/foaf.php b/actions/foaf.php index 142ae3168..db6ce78f2 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -51,6 +51,8 @@ class FoafAction extends Action { 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'xmlns:rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', + 'xmlns:geo' => + 'http://www.w3.org/2003/01/geo/wgs84_pos#', 'xmlns' => 'http://xmlns.com/foaf/0.1/')); # This is the document about the user |