View Single Post
Old 12-12-2009, 03:01 PM   #14
megabadd
Enthusiast
megabadd began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Dec 2009
Device: Astak PP
Quote:
Originally Posted by kovidgoyal View Post
@megabadd

You need to add the following to your recipe

Code:
def postprocess_html(self, soup, f):
   soup.find('html')['lang'] = 'ja'
   return soup
Added to my recipe, no change.
megabadd is offline   Reply With Quote