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.