mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
463631ad7a
commit
37c40404aa
@ -419,7 +419,6 @@ class FullContentProfile(DefaultProfile):
|
|||||||
clist += u'<li><a href="%s">%s</a></li>\n'%(prefix+cfile, category)
|
clist += u'<li><a href="%s">%s</a></li>\n'%(prefix+cfile, category)
|
||||||
src = build_sub_index(category, articles[category])
|
src = build_sub_index(category, articles[category])
|
||||||
open(cfile, 'wb').write(src.encode('utf-8'))
|
open(cfile, 'wb').write(src.encode('utf-8'))
|
||||||
open('/tmp/category'+str(cnum)+'.html', 'wb').write(src.encode('utf-8'))
|
|
||||||
|
|
||||||
src = '''\
|
src = '''\
|
||||||
<html>
|
<html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user