Allow multi-character keys for EvForm cells and tables. This was due to a too restrictive regex. Resolves #1014.
This commit is contained in:
parent
1da9217a18
commit
49087b50d1
3 changed files with 4 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ TABLECHAR = "c"
|
|||
FORM = """
|
||||
.------------------------------------------------.
|
||||
| |
|
||||
| Name: xxxxx1xxxxx Player: xxxxxxx2xxxxxxx |
|
||||
| Name: xxxxxAAxxxx Player: xxxxxxx2xxxxxxx |
|
||||
| xxxxxxxxxxx |
|
||||
| |
|
||||
>----------------------------------------------<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue