By jthomasbailey on
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
Just ran Update.php
Okay, I just ran Update.php even though there was nothing to update and now instead of "?h" I get "?k"
wtf
edit: ran update.php again and now it's "?e"
What's the problem?
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
Ohhh
Thanks a lot!
Question mark then a U
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.