I’m not going to create yet another account to report bugs elsewhere.
Bug: an “index out of range” error when posting a post.
How to repeat:
- make a post
- finish the “tags” list with a comma instead of the last tag:
tag1, tag2, tag3,
Recommended fix:
- before the form is submitted, trim white space and remove comma if
,is the last character
You must log in or # to comment.
Ah, okay. Thanks. Tags are already trimmed for whitespace, but I’ll do what you recommend, and also check for a trailing comma.
EDIT: fixed here
Cheers!
Fix is deployed.



