the output of the following code can not throgh the w3 validator, how to change the "print t('‹ ')" to make it can through the w3 validator.
<a href="<?php print $prev_url; ?>" class="page-previous" title="<?php print t('Go to previous page'); ?>"><?php print t('‹ ') . $prev_title; ?></a>
thank you!

Comments

oopsies’s picture

The PHP code is not XHTML or HTML. You will need to delete each of those sections before you run in through the validator.