Fix missing PHP closing tag.

This commit is contained in:
nakadai
2014-10-24 23:56:57 +00:00
parent 9329ea7bfa
commit 9861f24580

View File

@@ -15,6 +15,7 @@ presentation logic, using code that might look like this:
foreach ($db->query('SELECT * FROM table') as $row) {
echo "<li>".$row['field1']." - ".$row['field1']."</li>";
}
?>
</ul>
{% endhighlight %}