Skip to content

Commit d16d25d

Browse files
authored
Search Landmark Example: Remove unnecessary br following h3 (#3313)
Removes an unnecessary `<br>` after the HTML Example `h3`, which was being used in the Search Landmark Example for presentation purposes.
1 parent 8267510 commit d16d25d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/patterns/landmarks/examples/search.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ <h2>Design Patterns</h2>
6363
<div id="tabpanel2" aria-labelledby="tab2" role="tabpanel" class="tab-pane active">
6464
<p>Use the HTML <code>search</code> element to define a <code>search</code> landmark.</p>
6565
<h3>HTML Example</h3>
66-
<br>
6766
<search>
6867
<input type="search" size="20" aria-label="search text"><input type="submit" value="Search">
6968
</search>

0 commit comments

Comments
 (0)