allow for Umlaut in ref
This commit is contained in:
parent
e71e9c9705
commit
aa22651467
@ -39,7 +39,7 @@ function parseref(ref, arr) {
|
||||
# 8. <book>/search
|
||||
# 9. <book>:?<chapter>/search
|
||||
|
||||
if (match(ref, "^[1-9]?[a-zA-Z ]+")) {
|
||||
if (match(ref, "^[1-9]?[a-zA-ZäüöÄÜÖ ]+")) {
|
||||
# 1, 2, 3, 3a, 4, 5, 6, 8, 9
|
||||
arr["book"] = substr(ref, 1, RLENGTH)
|
||||
ref = substr(ref, RLENGTH + 1)
|
||||
|
Loading…
Reference in New Issue
Block a user