Skip to content

Commit 54fcb3d

Browse files
Update README.md
1 parent 312931b commit 54fcb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!empty($_POST['btn_SetBodyValue']))
1010
{
1111
$Name = $_POST['txt_Name'];
1212
$BackgroundColor = $_POST['txt_BackgroundColor'];
13-
$FontSize = (int) $_POST['txt_FontSize']; // Convert to integer
13+
$FontSize = (int) $_POST['txt_FontSize'];
1414

1515
$form = new WebForms();
1616

0 commit comments

Comments
 (0)