Subject: | CSS files of plugin classes miss in html output |
If you plugin Kwiki plugin classes into Spork and generate HTML via spork -make the plugin code is executed and rendered to HTML. A link for the plugin's stylesheet in the <head/> section is generated, but with empty
href attribute, i.e.
<link rel="stylesheet" type="text/css" href=""/>
So the formatting information in the css is missing for that plugin.