port hubzillas OpenWebAuth - fix some code standards violations

This commit is contained in:
rabuzarus 2018-06-20 19:32:26 +02:00
parent 149142b4bc
commit e4aaf8eb16
2 changed files with 22 additions and 22 deletions

View file

@ -109,7 +109,7 @@ function xrd_xml($a, $uri, $alias, $profile_url, $r)
'$salmon' => System::baseUrl() . '/salmon/' . $r['nickname'],
'$salmen' => System::baseUrl() . '/salmon/' . $r['nickname'] . '/mention',
'$subscribe' => System::baseUrl() . '/follow?url={uri}',
'$openwebauth' => System::baseUrl() .'/owa',
'$openwebauth' => System::baseUrl() . '/owa',
'$modexp' => 'data:application/magic-public-key,' . $salmon_key]
);