<h3><?php echo $this->__('Details & Documents') ?></h3>
The above prints out as: Details & Documents
What is the proper syntax so that it prints as: Details & Documents
?
Thanks
html_entity_decode should do what you want:
<h3><?php echo html_entity_decode($this->__('Details & Documents')) ?></h3>
Although there may be a Magento-specific setting for this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With