mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0276a30588
commit
31c45aaf4e
@ -402,7 +402,7 @@ class FieldStrings:
|
|||||||
Logic:
|
Logic:
|
||||||
self.__link_switch = re.compile(r'\\l\s{1,}(.*?)\s')
|
self.__link_switch = re.compile(r'\\l\s{1,}(.*?)\s')
|
||||||
"""
|
"""
|
||||||
self.__link_switch = re.compile(r'\\l\s{1,}(.*?)\s')
|
self.__link_switch = re.compile(r'\\l\s{1,}"{0,1}(.*?)"{0,1}\s')
|
||||||
the_string = name
|
the_string = name
|
||||||
match_group = re.search(self.__link_switch, line)
|
match_group = re.search(self.__link_switch, line)
|
||||||
if match_group:
|
if match_group:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user