View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003215 | phpList 3 application | Template Management | public | 11-05-05 08:16 | 19-05-05 20:39 |
Reporter | iaindooley | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.9.4 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003215: Custom header has escaped slashes | ||||
Description | When using the configuration section to add a custom header for public pages, slashes are added (so that it can be inserted into the database presumably) but they were not being stripped when being printed to the HTML output. | ||||
Additional Information | I was able to get around this by adding a stripslashes() command to the PageData function: $header = stripslashes(getConfig('header')); | ||||
Tags | No tags attached. | ||||