By zvikico on
I have a content type called "my_type". As it is stated in the content type creation form, in the URLs it is converted to "my-type". However, in the CSS the behavior is different. I have two sites, one my production site on Linux/Nginx and one for development on my local OS X/Apache. On my production machine, the underscores are replaced by hyphens. On my local machine, they remain as underscores, so my nodes are called "node-type-my_type" instead of "node-type-my-type".
Any ideas where I should look to solve this problem?
Thanks.
Comments
Are you using the versions of
Are you using the versions of core? How about CCK?
...
On my production machine I have 6.10 with CCK 2.4.
On my development machine I have 6.13 with CCK 2.5.
However, I had the same problem since 6.6 and previous version of CCK.
Got it...
My theme is Zen based and I was using an older base version of Zen on my local machine.
An update did the trick.
Thanks.