--- nfo/php/libs/com.newsblob.phphtmllib/widgets/FooterNav.inc 2003/02/22 21:08:22 1.2
+++ 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.2 2003/02/22 21:08:22 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 );