View Single Post
Old 08-30-2009, 07:02 AM   #688
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
In your recipe you have extra_css like this:

Code:
  extra_css = ' <css stuff> \n <css stuff> '
Note the bolded end of line character. What Kovid is telling you is that you can not have end of line character in extra_css. Remove all of those and you will be fine.
kiklop74 is offline