Skip to content

Commit

Permalink
0002861: [bugtracker] misleading 'copyright' at the pages' bottom (vb…
Browse files Browse the repository at this point in the history
…octor)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2751 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 24, 2004
1 parent 490cf8b commit 43cf5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/html_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: html_api.php,v 1.111 2004-07-15 13:32:12 vboctor Exp $
# $Id: html_api.php,v 1.112 2004-07-24 14:17:12 vboctor Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -323,7 +323,7 @@ function html_footer( $p_file ) {
if ( ON == config_get( 'show_version' ) ) {
echo "\t", '<span class="timer"><a href="http://www.mantisbt.org/">Mantis ', config_get( 'mantis_version' ), '</a></span>', "\n";
}
echo "\t", '<address>Copyright &copy; 2000 - 2004</address>', "\n";
echo "\t", '<address>Copyright &copy; 2000 - 2004 Mantis Group</address>', "\n";
echo "\t", '<address><a href="mailto:', config_get( 'webmaster_email' ), '">', config_get( 'webmaster_email' ), '</a></address>', "\n";

# print timings
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -12,6 +12,7 @@ Mantis ChangeLog
- 0004150: [filters] Custom field names are not localised in filters (vboctor)
- 0004122: [relationships] Upgrade script seems to swap the duplicate relationship (masc)
- 0004083: [sponsorships] Users without email address must not be able to sponsor issues (thraxisp)
- 0002861: [bugtracker] misleading 'copyright' at the pages' bottom (vboctor)
- 0004154: [bugtracker] "Product version" and "Fixed in Version" do not get updated on rename (vboctor)
- 0004160: [bugtracker] Javascript error in the issue view pages (vboctor)
- 0004175: [bugtracker] Links are not hyperlinked properly if containing '[' or ']' (vboctor)
Expand Down

0 comments on commit 43cf5e3

Please sign in to comment.