Skip to content

Commit c97212d

Browse files
committed
Removing unnecessary sprintf
1 parent 24bde90 commit c97212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if ($uri == '/' || $uri == '') {
1616

1717
echo '<h1>Welcome to PHP Santa</h1>';
18-
echo sprintf('<a href="/letters">Read the letters</a>');
18+
echo '<a href="/letters">Read the letters</a>';
1919
if (isset($_GET['name'])) {
2020
echo sprintf('<p>Oh, and hello %s!</p>', $_GET['name']);
2121
}

0 commit comments

Comments
 (0)