Skip to content

Commit 013a3fd

Browse files
authored
Added a missing charter
1 parent 21068f4 commit 013a3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
?>
2121
Enter your text here → <input type="text" name="input" value="<?=$_POST["input"]; ?>" />
2222
<br />
23-
Circled text: <input type="text" name="cool1" value="<?=dec->cycle($_POST["input"]); ?>" />
23+
Circled text: <input type="text" name="cool1" value="<?=$dec->cycle($_POST["input"]); ?>" />
2424
<?php
2525
}
2626
else

0 commit comments

Comments
 (0)