posted 18 years ago
Here is the fix:
in templates/default/header.htm
its missing the ? on the language.css line
Original
<style type="text/css">@import url(${contextPath}/templates/${templateName}/styles/${language}.css${startupTime});</style>
Fixed
<style type="text/css">@import url(${contextPath}/templates/${templateName}/styles/${language}.css?${startupTime});</style>
Can some please check in this fix?
[originally posted on jforum.net by mqjoe1]