[KSS-checkins] r51283 - kukit/kss.demo/branch/1.2/kss/demo/browser
reebalazs at codespeak.net
reebalazs at codespeak.net
Tue Feb 5 03:26:54 CET 2008
Author: reebalazs
Date: Tue Feb 5 03:26:52 2008
New Revision: 51283
Modified:
kukit/kss.demo/branch/1.2/kss/demo/browser/header_macros.pt
Log:
Change rel type of the demo kss resources to kinetic-stylesheet
this gets rid of a deprecation warning.
Modified: kukit/kss.demo/branch/1.2/kss/demo/browser/header_macros.pt
==============================================================================
--- kukit/kss.demo/branch/1.2/kss/demo/browser/header_macros.pt (original)
+++ kukit/kss.demo/branch/1.2/kss/demo/browser/header_macros.pt Tue Feb 5 03:26:52 2008
@@ -13,7 +13,7 @@
--></tal:comment>
<tal:condition condition="viewname|nothing">
<tal:define define="global mainkss string:${context/@@absolute_url}/++resource++${viewname}.kss" />
- <link rel="kukit" type="text/css"
+ <link rel="kinetic-stylesheet" type="text/css"
tal:attributes="href mainkss"/>
</tal:condition>
More information about the Kukit-checkins
mailing list