mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +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
95 B
PHP
1 line
95 B
PHP
<div id="<?php echo h($key) ?>Message" class="message success"><?php echo h($message) ?></div>
|