cakephp2-php8/lib/Cake/View/Elements/Flash/error.ctp
mark_story 0df0f1a559 Don't use short tags.
They are not broadly supported before PHP 5.4 and we should escape all
the content the core templates output.
2015-08-20 22:36:09 -04:00

1 line
93 B
PHP

<div id="<?php echo h($key) ?>Message" class="message error"><?php echo h($message) ?></div>