Balise non fermée dans commentaire

This commit is contained in:
fredtempez 2019-01-24 09:31:40 +01:00
parent 06d9d055b4
commit 39a7b9c63d
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ class theme extends common {
]); ]);
} else { } else {
$this->addOutput([ $this->addOutput([
'notification' => 'Erreur avec le thème <b>'.$zipFilename, 'notification' => 'Erreur avec le thème <b>'.$zipFilename.'</b>',
'redirect' => helper::baseUrl() . 'theme/manage' 'redirect' => helper::baseUrl() . 'theme/manage'
]); ]);
} }