mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-18 15:03:42 +01:00
Fix tag browser partition template
This commit is contained in:
parent
30685cf627
commit
af731d77f5
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
# Note that the "r'" in front of the { is necessary if there are backslashes
|
||||
# (\ characters) in the template. It doesn't hurt anything to leave it there
|
||||
# even if there aren't any backslashes.
|
||||
categories_collapsed_name_template = r'{first.sort:shorten(4,"",0)} - {last.sort:shorten(4,"",0)}'
|
||||
categories_collapsed_name_template = r'{first.sort:shorten(4,,0)} - {last.sort:shorten(4,,0)}'
|
||||
categories_collapsed_rating_template = r'{first.avg_rating:4.2f:ifempty(0)} - {last.avg_rating:4.2f:ifempty(0)}'
|
||||
categories_collapsed_popularity_template = r'{first.count:d} - {last.count:d}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue