typo
This commit is contained in:
parent
c206e26586
commit
aaead85e9b
@ -102,7 +102,7 @@ def process_command(cmd):
|
||||
curid = glob.curpage.get_page_id()
|
||||
if curid == -1:
|
||||
send_error("Keine n"+ cept.UMLAUT +"achste Seite gefunden.")
|
||||
if str(curid[-1:]).isalpha():
|
||||
elif str(curid[-1:]).isalpha():
|
||||
# aus 2000a 2000b machen:
|
||||
nextid = curid[:-1] + chr(ord(curid[-1:])+1)
|
||||
check_and_send_page(nextid, "Keine n" + cept.UMLAUT +"achste Seite gefunden.")
|
||||
|
Loading…
Reference in New Issue
Block a user