mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 19:41:15 +02:00
Fix missing PHP closing tag.
This commit is contained in:
@@ -15,6 +15,7 @@ presentation logic, using code that might look like this:
|
|||||||
foreach ($db->query('SELECT * FROM table') as $row) {
|
foreach ($db->query('SELECT * FROM table') as $row) {
|
||||||
echo "<li>".$row['field1']." - ".$row['field1']."</li>";
|
echo "<li>".$row['field1']." - ".$row['field1']."</li>";
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user