Bu kod parçacığını html kodlama ortaya çıkarmak için modifiye edilebilir?
<?php $_option = $this->getOption() ?>
<?php echo $this->htmlEscape($_option->getTitle()) ?>
Bir başlık gösteriyor ama bu başlıkta i bir 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.
mümkün?