Skip to content

Commit

Permalink
Adding omitted echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 29, 2010
1 parent f4abc51 commit 3e3265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/errors/missing_behavior_class.ctp
Expand Up @@ -17,7 +17,7 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
?>
<h2><?php __('Missing Behavior Class'); ?></h2>
<h2><?php echo __('Missing Behavior Class'); ?></h2>
<p class="error">
<strong><?php echo __('Error'); ?>: </strong>
<?php printf(__('The behavior class <em>%s</em> can not be found or does not exist.'), $behaviorClass); ?>
Expand Down

0 comments on commit 3e3265a

Please sign in to comment.