mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Update minimum wikiname length to 1
Example: https://m.fandom.com/no/wiki/Forside
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
(module+ test
|
||||
(require "typed-rackunit.rkt"))
|
||||
|
||||
(define px-wikiname "[a-zA-Z0-9-]{3,50}")
|
||||
(define px-wikiname "[a-zA-Z0-9-]{1,50}")
|
||||
|
||||
;; https://url.spec.whatwg.org/#urlencoded-serializing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user