- Small quickfix adding backward compat. to the old ui.endform notation
This commit is contained in:
parent
aba66479be
commit
72940b3615
|
@ -31,6 +31,7 @@ class UiForm extends UiElement implements Extension {
|
||||||
$constructor = [];
|
$constructor = [];
|
||||||
|
|
||||||
switch($token) {
|
switch($token) {
|
||||||
|
case 'ui.endform': # bw compat
|
||||||
case 'ui:endform':
|
case 'ui:endform':
|
||||||
return "</form>";
|
return "</form>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue