Escape invalid module name in error messages

This commit is contained in:
Johannes Meyer 2025-02-21 10:14:21 +01:00
parent 79971cb1a6
commit 2e7552391c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<?= $this->tabs->render($this); ?>
<br/>
<div>
<h1>Could not <?= $action; ?> module "<?= $moduleName; ?>"</h1>
<h1>Could not <?= $action; ?> module "<?= $this->escape($moduleName); ?>"</h1>
<p>
While operation the following error occurred:
<br />