Fixed slashes issues in channel-names

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-31 15:49:17 +02:00
parent a3448e443b
commit b387250c2d
3 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
autocomplete="off"
autofocus
required
pattern="[^/\\]+"
spellcheck="false"
maxlength="18"
data-length="18"