Fixed typo for Schema.org WebSite (thanks to @Xeenych on #9)

This commit is contained in:
Giuseppe Di Terlizzi 2018-07-17 18:12:41 +02:00
parent f46107d48d
commit e598c9452d

View file

@ -21,7 +21,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin {
$json_ld = array(
'@context' => 'http://schema.org',
'@type' => 'Website',
'@type' => 'WebSite',
'url' => DOKU_URL,
'name' => $conf['title'],
'potentialAction' => array(