Skip to content

Commit 3fb2013

Browse files
committed
Merge branch 'fix-invalid-escapes' of https://github.com/un-pogaz/calibre
2 parents b4a3a04 + 4ec2ccd commit 3fb2013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/calibre/utils/formatter_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ class BuiltinListJoin(BuiltinFormatterFunction):
17911791
"Genre: F". The following will do that:
17921792
[CODE]
17931793
program:
1794-
list_join('#@#', $authors, '&', list_re($#genre, ',', '^(.).*$', 'Genre: \1'), ',')
1794+
list_join('#@#', $authors, '&', list_re($#genre, ',', '^(.).*$', 'Genre: \\1'), ',')
17951795
[/CODE]
17961796
''')
17971797

0 commit comments

Comments
 (0)