Skip to content

Commit f3f3845

Browse files
authored
Add missing quotation to form class line 703 (#525)
Thanks!
1 parent 08e40ba commit f3f3845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicWeb/templates/dwr_default/data/dwr_body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ function embedSearchText()
700700
{
701701
// Build the embedded search input form
702702
var txt_form = '';
703-
txt_form += '<form class="form-inline role="search" onsubmit="return Dwr.FsearchExec(' + nbSearchForms + ')">';
703+
txt_form += '<form class="form-inline" role="search" onsubmit="return Dwr.FsearchExec(' + nbSearchForms + ')">';
704704
txt_form += '<div class="input-group">';
705705
txt_form += '<input id="dwr-search-' + nbSearchForms + '-txt" type="text" class="form-control dwr-search" placeholder="' + _('Person to search for') + '">';
706706
txt_form += '<div class="input-group-btn">';

0 commit comments

Comments
 (0)