Remove quotes from bad title character warning

Experience shows that both double and single quotes are OK
This commit is contained in:
Jermolene
2016-05-01 13:56:41 +01:00
parent 6dce8d9763
commit c5a1e105d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
title: $:/core/ui/EditTemplate/title
tags: $:/tags/EditTemplate
<$vars pattern="""[\|\[\]{}"']""" bad-chars="""`| [ ] { } " '`""">
<$vars pattern="""[\|\[\]{}]""" bad-chars="""`| [ ] { }`""">
<$list filter="[is[current]regexp:draft.title<pattern>]" variable="listItem">