View Single Post
  #1 (permalink)  
Old 12-31-2007, 08:55 AM
conradwt conradwt is offline
Member
 
Join Date: Nov 2007
Posts: 33
Question Weird characters in rendered view?

Hi, I'm starting to see weird characters when the view is rendered. For example,

Mia’s

It should be

Mia's

BTW, I'm using the following to escape the output:

PHP Code:
<?php echo $this->escape$this->model->name ); ?>
Does someone have a solution for this issue?

Thanks in advance,

-Conrad

Last edited by conradwt : 12-31-2007 at 08:59 AM.
Reply With Quote