largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013122phplistInterface - Backendpublic27-01-08 01:2817-03-08 19:43
ReporterTill 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.10.5 
Target VersionFixed in Version2.11.X 
Summary0013122: No output of title-tag on unsubscribe-page
DescriptionThere is a typo in lists/index.php

[590] $res .= '<title>'.$GLOBALS["strUnsubscribeTitle"].'</title>'."\n";
[691] $res = $pagedata["header"];

However must be:
[590] $res = '<title>'.$GLOBALS["strUnsubscribeTitle"].'</title>'."\n";
[591] $res .= $pagedata["header"];
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker