mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
0df0f1a559
They are not broadly supported before PHP 5.4 and we should escape all the content the core templates output.
1 line
93 B
PHP
1 line
93 B
PHP
<div id="<?php echo h($key) ?>Message" class="message error"><?php echo h($message) ?></div>
|