From b0441ce31209ed4e41ae3597be6d72cc75714e62 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 20 Feb 2022 08:08:33 +0100 Subject: [PATCH] missed URL --- mahjong.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mahjong.php b/mahjong.php index 5ca373c..8bde9c9 100644 --- a/mahjong.php +++ b/mahjong.php @@ -34,7 +34,7 @@ function mahjong_content(&$a) { EOT; - $o .= '
' . DI::l10n()->t('Game credits: mah - Mahjong Solitaire Game by ffalt (MIT license).') . '
'; + $o .= '
' . DI::l10n()->t('Game credits: mah - Mahjong Solitaire Game by ffalt (MIT license).', 'https://github.com/ffalt/mah') . '
'; DI::page()['htmlhead'] .= ''; DI::page()['htmlhead'] .= ''; DI::page()['htmlhead'] .= '';