| Anonymous | Login | Signup for a new account | 21-11-09 09:38 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0013122 | [phplist] Interface - Backend | minor | always | 27-01-08 01:28 | 17-03-08 19:43 | ||
| Reporter | Till | View Status | public | ||||
| Assigned To | |||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 2.10.5 | ||||
| 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"]; |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| There are no notes attached to this issue. |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |