mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 20:43:36 +02:00
Fix #1388508 [Little typo](https://bugs.launchpad.net/calibre/+bug/1388508)
This commit is contained in:
parent
787184f15b
commit
e4ab7705de
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class BasicNewsRecipe(Recipe):
|
|||
#:
|
||||
auto_cleanup_keep = None
|
||||
|
||||
#: Specify any extra :term:`CSS` that should be added to downloaded :term:`HTML` files
|
||||
#: Specify any extra :term:`CSS` that should be added to downloaded :term:`HTML` files.
|
||||
#: It will be inserted into `<style>` tags, just before the closing
|
||||
#: `</head>` tag thereby overriding all :term:`CSS` except that which is
|
||||
#: declared using the style attribute on individual :term:`HTML` tags.
|
||||
|
|
|
|||
Loading…
Reference in a new issue