You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
Generated code
echo htmlspecialchars($ʟ_input->getCaption()) /* line 2 */;
Steps To Reproduce
$form = newForm();
$form->addSubmit('send');
{form form}
<buttonn:name="send"/>
{/form}
Expected Behavior
...
Possible Solution
...
The text was updated successfully, but these errors were encountered:
martenb
changed the title
SubmitButton without caption throws depracated error on render
SubmitButton without caption throws depracated error on render on PHP 8.1
Feb 23, 2023
Version: 3.1.10
PHP: 8.1
Bug Description
Error
Generated code
Steps To Reproduce
Expected Behavior
...
Possible Solution
...
The text was updated successfully, but these errors were encountered: