Search found 4 matches
- Thu Apr 12, 2007 8:31 am
- Forum: Development
- Topic: Russian translation for karma plugin
- Replies: 1
- Views: 4924
Russian translation for karma plugin
File with translation can be found here http://blog.sadtg.ru/lang_ru.inc.zip
- Wed Apr 11, 2007 11:37 pm
- Forum: Installation
- Topic: There is a problem with templates in Firefox
- Replies: 4
- Views: 3707
Problem resolved
Thank you for idea, the source of error really was in the css encoding.
Server automatically adds "charset=windows-1251" declaration and FF can't deal with it on UTF-8 page.
Resolution was to replace
header('Content-type: text/css');
in line 60 of serendipity.css.php file with
header('Content ...
Server automatically adds "charset=windows-1251" declaration and FF can't deal with it on UTF-8 page.
Resolution was to replace
header('Content-type: text/css');
in line 60 of serendipity.css.php file with
header('Content ...
- Wed Apr 11, 2007 8:08 pm
- Forum: Installation
- Topic: There is a problem with templates in Firefox
- Replies: 4
- Views: 3707
Re: There is a problem with templates in Firefox
Hi!
That's strange, your base webpage says it's using "UTF-8" charset, but when I request your CSS stylesheet, it uses win-1251 as the charset. I believe that Firefox might be confused by this. Do you know how this happens?
Which charset have oyu set in the serendipity configuration? UTF-8 or ...
That's strange, your base webpage says it's using "UTF-8" charset, but when I request your CSS stylesheet, it uses win-1251 as the charset. I believe that Firefox might be confused by this. Do you know how this happens?
Which charset have oyu set in the serendipity configuration? UTF-8 or ...
- Wed Apr 11, 2007 9:43 am
- Forum: Installation
- Topic: There is a problem with templates in Firefox
- Replies: 4
- Views: 3707
There is a problem with templates in Firefox
Hi there!
I've just installed s9y on http://blog.sadtg.ru and there is a problem with appearance in Mozilla Firefox. Templates looks perfectly in IE and Opera, but in FF it looks like there is no template at all. I have no clue where the problem may be...
I've just installed s9y on http://blog.sadtg.ru and there is a problem with appearance in Mozilla Firefox. Templates looks perfectly in IE and Opera, but in FF it looks like there is no template at all. I have no clue where the problem may be...