Skip to content

Commit 0de6353

Browse files
authored
Better syntax
1 parent dd88736 commit 0de6353

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ <h1>Null's Text Decorator</h1>
1818
<br />
1919
<form action="index.html" method="post">
2020
<br />
21-
Enter your text here → <input type="text" name="input" value="<?php echo $_POST["input"]; ?>" />
21+
Enter your text here → <input type="text" name="input" value="<?=$_POST["input"]; ?>" />
2222
<br />
23-
Circled text: <input type="text" name="cool1" value="<?php echo dec->cycle($_POST["input"]); ?>" />
23+
Circled text: <input type="text" name="cool1" value="<?=dec->cycle($_POST["input"]); ?>" />
2424
<br />
2525
<input type="submit" name="step2" />
2626
</form>

0 commit comments

Comments
 (0)