Skip to content

Commit 55b610d

Browse files
committed
docs: fix header level in HTML sample
1 parent 27cc9c9 commit 55b610d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/outgoing/views

user_guide_src/source/outgoing/views/012.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<body>
66
<h1><?= esc($heading) ?></h1>
77

8-
<h3>My Todo List</h3>
8+
<h2>My Todo List</h2>
99

1010
<ul>
1111
<?php foreach ($todo_list as $item): ?>

0 commit comments

Comments
 (0)