Skip to content

Commit 9231389

Browse files
gregfriedricewouterj
authored andcommitted
Fix typo
1 parent 3f7e9c1 commit 9231389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ is primarily an HTML file that uses a template-like PHP syntax:
113113
<ul>
114114
<?php foreach ($posts as $post): ?>
115115
<li>
116-
<a href="/read?id=<?php echo $post['id'] ?>">
116+
<a href="/show.php?id=<?php echo $post['id'] ?>">
117117
<?php echo $post['title'] ?>
118118
</a>
119119
</li>

0 commit comments

Comments
 (0)