We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e40ba commit f3f3845Copy full SHA for f3f3845
DynamicWeb/templates/dwr_default/data/dwr_body.js
@@ -700,7 +700,7 @@ function embedSearchText()
700
{
701
// Build the embedded search input form
702
var txt_form = '';
703
- txt_form += '<form class="form-inline role="search" onsubmit="return Dwr.FsearchExec(' + nbSearchForms + ')">';
+ txt_form += '<form class="form-inline" role="search" onsubmit="return Dwr.FsearchExec(' + nbSearchForms + ')">';
704
txt_form += '<div class="input-group">';
705
txt_form += '<input id="dwr-search-' + nbSearchForms + '-txt" type="text" class="form-control dwr-search" placeholder="' + _('Person to search for') + '">';
706
txt_form += '<div class="input-group-btn">';
0 commit comments