mirror of
https://github.com/knadh/listmonk.git
synced 2025-12-05 16:00:03 +01:00
Increase the arbitrarily low max-input-length limit. Closes #1416.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// stdInputMaxLen is the maximum allowed length for a standard input field.
|
||||
stdInputMaxLen = 200
|
||||
stdInputMaxLen = 2000
|
||||
|
||||
sortAsc = "asc"
|
||||
sortDesc = "desc"
|
||||
|
||||
Reference in New Issue
Block a user