Skip to content

Commit 2fb74d0

Browse files
committed
docs: fix coding style
1 parent 4d8266d commit 2fb74d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/outgoing/views.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ Now open your view file and create a loop::
228228
<h3>My Todo List</h3>
229229

230230
<ul>
231-
<?php foreach ($todo_list as $item):?>
231+
<?php foreach ($todo_list as $item): ?>
232232

233233
<li><?= esc($item) ?></li>
234234

235-
<?php endforeach;?>
235+
<?php endforeach ?>
236236
</ul>
237237

238238
</body>

0 commit comments

Comments
 (0)