This commit is contained in:
Kovid Goyal 2011-04-06 00:15:27 -06:00
parent 6059a77d86
commit ea2a5c7537

View File

@ -109,7 +109,7 @@ def get_cached_cover_urls(mi):
yield (p, url)
def cap_author_token(token):
if lower(token) in ('von', 'de', 'el', 'van'):
if lower(token) in ('von', 'de', 'el', 'van', 'le'):
return lower(token)
return capitalize(token)