Escape invalid module name in error messages
This commit is contained in:
parent
79971cb1a6
commit
2e7552391c
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue