View Single Post
Old 06-22-2017, 11:11 AM   #2262
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by edeniz View Post
Just a quick question about this new keyword_filelist option - or rather, output_css_filelist:
...
Am I doing something wrong, overlooking the obvious-to-all-but-me, or is it a case of the filelist element not being meant for any but epub in the first place?
_filelist can be used with any output format. It's part of the INI/configuration system.

output_css_filelist includes the contents as-is--_filelist files are not additional INI files. And output_css is the keyword for using in INI files.

What it looks like is happening is that you kept the output_css keyword in your CSS file and that's messing up everything after it. The extra space beginning each line shouldn't matter, but isn't needed in the CSS file. (Kudos on change the %%s to % though--that is needed.)

So remove output_css: from the CSS file and it should be fine.
JimmXinu is offline   Reply With Quote