View Issue Details

IDProjectCategoryView StatusLast Update
0002861mantisbtbugtrackerpublic2004-08-29 02:30
ReporterreporterAssigned Tovboctor  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version0.19.0rc1 
Summary0002861: misleading 'copyright' at the pages' bottom
Description

The page footer may be understood as if the Mantis copyright belonged to the local site webmaster.

Steps To Reproduce

Install your mantis copy, set $g_webmaster_email to correct value, then look at the welcome page bottom.

Additional Information

A simple patch makes it clearer:
diff mantisbt/html_api.php mantisbt0.18.0-CVS/core
214c214
< PRINT "<address>Webmaster: <a href=\"mailto:$g_webmaster_email\">$g_webmaster_email</a></address>";

          PRINT "<address><a href=\"mailto:$g_webmaster_email\">$g_webmaster_email</a></address>";
TagsNo tags attached.

Relationships

child of 0003987 closedvboctor Mantis 0.19.0 Release 

Activities

grangeway

grangeway

2004-07-24 09:08

reporter   ~0006322

victor:
maybe it should read
"Copyright Mantis Group © 2000 - 2004"

or something instead?