Example code consistency

Added surrounding <li> tags just to be consistent with code examples at line 16 and 37
This commit is contained in:
marijaninjo
2017-05-15 01:05:29 +02:00
committed by GitHub
parent 214ce36c1d
commit b55a190df0

View File

@@ -86,7 +86,7 @@ class FooModel
{% highlight php %}
<?php foreach ($fooList as $row): ?>
<?= $row['field1'] ?> - <?= $row['field1'] ?>
<li><?= $row['field1'] ?> - <?= $row['field1'] ?></li>
<?php endforeach ?>
{% endhighlight %}