mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-19 07:59:54 +00:00

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>
|