No matter which theme I select I get a "?h" stuck on the end of my css and javascript addresses and I can't figure out where it's coming from.

Like this:

<link type="text/css" rel="stylesheet" media="all" href="/modules/cck/theme/content.css?h" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/cck/modules/fieldgroup/fieldgroup.css?h" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/logintoboggan/logintoboggan.css?h" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?h" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/poll/poll.css?h" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css?h" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css?h" />

etc, etc, etc.

Seems to still work fine, but CssEdit (Mac CSS editor) doesn't like it.

Anyone?

Comments

jthomasbailey’s picture

Okay, I just ran Update.php even though there was nothing to update and now instead of "?h" I get "?k"

<link type="text/css" rel="stylesheet" media="all" href="/modules/admin_menu/admin_menu.css?k" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/cck/theme/content.css?k" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/cck/modules/fieldgroup/fieldgroup.css?k" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/logintoboggan/logintoboggan.css?k" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?k" />

wtf

edit: ran update.php again and now it's "?e"

zeta ζ’s picture

It’s a very useful feature – complain to CssEdit.

See: http://drupal.org/node/242875#comment-857793
___________________
It’s in the detaιls…

demonstration portfolio

jthomasbailey’s picture

Thanks a lot!

ice5nake’s picture

This causing the css to display a completely different css file for some reason. Causing my site to be all screwed up.

http://harrisburg.psu.edu/sites/all/themes/penn_state_harrisburg/psh.css displays the correct code while
http://harrisburg.psu.edu/sites/all/themes/penn_state_harrisburg/psh.css?U displays what appears to be a really old version of the file.

It does this in all browsers so it can't be a client side caching issue.