We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd88736 commit 0de6353Copy full SHA for 0de6353
1 file changed
index.html
@@ -18,9 +18,9 @@ <h1>Null's Text Decorator</h1>
18
<br />
19
<form action="index.html" method="post">
20
21
- Enter your text here → <input type="text" name="input" value="<?php echo $_POST["input"]; ?>" />
+ Enter your text here → <input type="text" name="input" value="<?=$_POST["input"]; ?>" />
22
23
- Circled text: <input type="text" name="cool1" value="<?php echo dec->cycle($_POST["input"]); ?>" />
+ Circled text: <input type="text" name="cool1" value="<?=dec->cycle($_POST["input"]); ?>" />
24
25
<input type="submit" name="step2" />
26
</form>
0 commit comments