--- nfo/php/libs/com.newsblob.phphtmllib/widgets/FooterNav.inc 2003/11/14 21:31:40 1.3 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/FooterNav.inc 2004/05/06 16:27:40 1.4 @@ -4,7 +4,7 @@ * This contains the FooterNav widget and * the FooterNavCSS widget. * - * $Id: FooterNav.inc,v 1.3 2003/11/14 21:31:40 jonen Exp $ + * $Id: FooterNav.inc,v 1.4 2004/05/06 16:27:40 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -254,7 +254,7 @@ function build_copyright_header() { $span = html_span("trademark"); - $string = "Copyright @"; + $string = "Copyright ©"; $string .= $this->_date_string . ", "; $string .= $this->_company_name. ". All Rights Reserved.  "; $span->add( $string );