From c2884266578d26e61727edb8c87da4ab980ea965 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Jul 2011 18:15:53 +0200 Subject: [PATCH] fixed regex pattern --- lib/Definition/PropertyDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Definition/PropertyDefinition.json b/lib/Definition/PropertyDefinition.json index cd75191..a7607b2 100644 --- a/lib/Definition/PropertyDefinition.json +++ b/lib/Definition/PropertyDefinition.json @@ -29,7 +29,7 @@ { "name" : "title", "type" : "string", - "pattern" : "\/^[a-z0-9_\/- ]*$\/i", + "pattern" : "\/^[a-z0-9_ -]*$\/i", "max" : 255, "translation" : { "de" : "Titel",