fixed html copy&paste

This commit is contained in:
Tobias Diekershoff 2022-02-19 10:41:44 +01:00
parent 63d631f61e
commit fe0b53e104
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ function mahjong_install() {
}
function mahjong_app_menu($a,&$b) {
$b['app_menu'][] = '<div class="app-title"><a href="mahjong">' . DI::l10n()->t('Mahjong Game') . '</a><
/div>';
$b['app_menu'][] = '<div class="app-title"><a href="mahjong">' . DI::l10n()->t('Mahjong Game') . '</a></div>';
}
function mahjong_module() {