Skip to content

Commit 88ba279

Browse files
danielgustafssonmhagander
authored andcommitted
Remove reundant role attribute
1 parent 20c06a4 commit 88ba279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ul>
1313
<br/>
1414
<h3>Commands</h3>
15-
<form method="GET" action="/search/" class="form-inline" role="form">
15+
<form method="GET" action="/search/" class="form-inline">
1616
<div class="form-group">
1717
<input type="text" class="form-control" id="searchterm" name="searchterm" placeholder="Global search">
1818
</div>

0 commit comments

Comments
 (0)