fixed regex pattern

This commit is contained in:
Steffen Vogel 2011-07-31 18:15:53 +02:00
parent 995b17ba45
commit c288426657

View file

@ -29,7 +29,7 @@
{
"name" : "title",
"type" : "string",
"pattern" : "\/^[a-z0-9_\/- ]*$\/i",
"pattern" : "\/^[a-z0-9_ -]*$\/i",
"max" : 255,
"translation" : {
"de" : "Titel",