zenpage encoding problem (headers)

I'm not sure if I should make a ticket from it, but there seems to be a problem with headers in zenpage admin pages - they don't send encoding information in headers. On my system it results in incorrect display of utf-8 cyrillic texts.
It is easily resolved by adding
`

header('Content-Type: text/html; charset=' . getOption('charset'));

`
line before doctype declaration in admin-* pages in zenpage plugin directory

Comments

  • You are correct. (This sort of thing happens when someone does not use the standard functions like printAdminHeader().) No need for a ticket, I will get the correction into tonight's build.
  • acrylian Administrator, Developer
    That's a old leftover from the times when Zenpage was released independently.. Good find.
Sign In or Register to comment.