can this code snippet be modified to reveal html coding?
<?php $_option = $this->getOption() ?>
<?php echo $this->htmlEscape($_option->getTitle()) ?>
it is showing a title but in that title i have an href:
<a href="http://link" target="otherwindow">link</a>
instead of it appearing as a link it just shows me the code. i'd like it to be a clickable link.
possible?