We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21068f4 commit 013a3fdCopy full SHA for 013a3fd
1 file changed
index.php
@@ -20,7 +20,7 @@
20
?>
21
Enter your text here → <input type="text" name="input" value="<?=$_POST["input"]; ?>" />
22
<br />
23
- Circled text: <input type="text" name="cool1" value="<?=dec->cycle($_POST["input"]); ?>" />
+ Circled text: <input type="text" name="cool1" value="<?=$dec->cycle($_POST["input"]); ?>" />
24
<?php
25
}
26
else
0 commit comments