Member
Member
altert   2010-07-07, 20:13
#1

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

Member
Member
sbillard   2010-07-08, 00:02
#2

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.

Administrator
Administrator
acrylian   2010-07-08, 07:47
#3

That's a old leftover from the times when Zenpage was released independently.. Good find.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.