Fixed slashes issues in channel-names

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-31 15:49:17 +02:00
parent ded625ae25
commit f7664ac32b
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"