Commit: dd0728936d5b4b4dee86011f176176116c776ea4

Author: gwoo | Date: 2010-01-22 16:58:40 -0800
fixing &copy in $t()
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index d8d6eea..65a6914 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -56,7 +56,7 @@ </div> <div id="footer"> <p class="copyright"> - <?=$t('Pretty much everything is &copy; 2009 and beyond, the Union of Rad'); ?> + <?php printf($t('Pretty much everything is %s 2009 and beyond, the Union of Rad'), '&copy;'); ?> </p> </div> <?php echo $this->html->script(array(