hi,
which one is the correct way to echo the validation errors?
my code :
$data = $val->show_errors();
$this->template->content = View::factory('book/new', $data);
but the output is <ul><li>The field Your email is required and must contain a value.</li></ul>
why they entiti encoded?
sorry for my language