- Small quickfix adding backward compat. to the old ui.endform notation

This commit is contained in:
Dave M. 2023-03-29 15:10:24 +00:00
parent aba66479be
commit 72940b3615
1 changed files with 1 additions and 0 deletions

View File

@ -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>";
} }