Ver Mensaje Individual
  #11 (permalink)  
Antiguo 19/09/2013, 16:27
focr33w
 
Fecha de Ingreso: septiembre-2013
Ubicación: Albacete
Mensajes: 5
Antigüedad: 10 años, 7 meses
Puntos: 0
Respuesta: HTML me cambia ciertos caracteres

Cita:
Iniciado por Carlangueitor Ver Mensaje
Tienes esto:

Código PHP:
Ver original
  1. <?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>

Entonces podrías hacer algo así:

Código PHP:
Ver original
  1. <?php echo $_rate->getMethodTitle() ?>

Saludos!
Muchisimas gracias !!!! Eres el mejor , de momento funcionaaaaaa!!!!!