- 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 = [];
|
||||
|
||||
switch($token) {
|
||||
case 'ui.endform': # bw compat
|
||||
case 'ui:endform':
|
||||
return "</form>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue