| Anonymous | Login | Signup for a new account | 02-09-10 22:10 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0013122 | phplist | Interface - Backend | public | 27-01-08 01:28 | 17-03-08 19:43 | |
| Reporter | Till | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.5 | |||||
| Target Version | Fixed in Version | 2.11.X | ||||
| Summary | 0013122: No output of title-tag on unsubscribe-page | |||||
| Description | There 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"]; | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
| Copyright © 2000 - 2010 MantisBT Group |