Topic: Oxygen.min.css, Minified?

I can't believe it that PunBB's default style (Oxygen) has this kind of problems, Go here:

/style/Oxygen/Oxygen.min.css

Open the above file, normally, Stylesheets with the .min.CSS suffixes are minified (Optimized) version, but can you see any minified code in the file? neutral

I think this problem must solve in PunBB 1.4.5, because it's a really awful mistake...

Re: Oxygen.min.css, Minified?

Yes it is, on line 6.
But, thanks to the developers at least for it.

3 (edited by Mohsen 2015-12-30 19:38)

Re: Oxygen.min.css, Minified?

PanBB.Ru wrote:

Yes it is, on line 6.
But, thanks to the developers at least for it.

Is your oxygen's main stylesheet minified?
Mine isn't, It's like this.

Re: Oxygen.min.css, Minified?

I understood.
I had the error code: (in Oxygen.php str.6)

$tpl_main = str_replace('<!-- forum_board_title -->', forum_htmlencode($forum_config['o_board_title']), $tpl_main);

css.min a compressed file for better speed.