missed URL

This commit is contained in:
Tobias Diekershoff 2022-02-20 08:08:33 +01:00
parent 44763ecc9e
commit b0441ce312
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function mahjong_content(&$a) {
</div>
</app-root>
EOT;
$o .= '<div id="mahcredits">' . DI::l10n()->t('Game credits: <a href="%s" target="_new">mah - Mahjong Solitaire Game</a> by ffalt (MIT license).') . '</div>';
$o .= '<div id="mahcredits">' . DI::l10n()->t('Game credits: <a href="%s" target="_new">mah - Mahjong Solitaire Game</a> by ffalt (MIT license).', 'https://github.com/ffalt/mah') . '</div>';
DI::page()['htmlhead'] .= '<script src="'.$basepath.'/runtime.js" type="module"></script>';
DI::page()['htmlhead'] .= '<script src="'.$basepath.'/polyfills.js" type="module"></script>';
DI::page()['htmlhead'] .= '<script src="'.$basepath.'/main.js" type="module"></script>';