diff options
author | Mario <mario@mariovavti.com> | 2024-01-13 13:46:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-13 13:46:40 +0000 |
commit | 28b604c7c7bc10ac5ec69d16c3bf5f792f720db9 (patch) | |
tree | 3ca9f1990c8a1e82497c5bd8a976ed7a4f436d16 /Zotlabs/Lib/Activity.php | |
parent | 8c11be07cd210155a382f67fb42f82d2a030cb37 (diff) | |
download | volse-hubzilla-28b604c7c7bc10ac5ec69d16c3bf5f792f720db9.tar.gz volse-hubzilla-28b604c7c7bc10ac5ec69d16c3bf5f792f720db9.tar.bz2 volse-hubzilla-28b604c7c7bc10ac5ec69d16c3bf5f792f720db9.zip |
typo
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 8cc359f44..b841ce1cd 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -4229,7 +4229,7 @@ class Activity { return [ 'zot' => z_root() . '/apschema#', - 'schema' => 'http://schema.org/', + 'schema' => 'http://schema.org#', 'ostatus' => 'http://ostatus.org#', 'diaspora' => 'https://diasporafoundation.org/ns/', |