1
After upgrading to 2.0.12a I have problem with info pages: "Thank you for logging ..." etc
Source look like this
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=" />
<meta http-equiv="Refresh" content="1; url=http://napieraj.pl/xoops/modules/news/" />
<title>title>
head>
<body>
<div style="text-align:center; background-color: #EBEBEB; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
<h4>Dziękujemy gawel. Zostałeś zalogowany prawidłowo.
<p>Jeśli strona nie przeładowała się automatycznie, proszę kliknąć tutaj
div>
body>
html>
As you can see there is no charset info, so the page does not show polish letters. In other pages there is no problem, but on this information ones it is. Could you help with this? Which part of code does that?