Skip to content

Commit 7e2fde0

Browse files
authored
Merge pull request #65 from MITLibraries/funding-information-bugfix
Fix name mismatch for fundingInformation
2 parents e370a38 + 5de73b3 commit 7e2fde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/search/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040

4141
<div class="field-wrap">
4242
<label for="advanced-fundingInformation" class="field-label">Funding information</label>
43-
<input type="text" class="field field-text wide" id="advanced-fundingInformation" name="Funding Information" placeholder="Funding information" value=<%= params[:fundingInformation] %>>
43+
<input type="text" class="field field-text wide" id="advanced-fundingInformation" name="fundingInformation" placeholder="Funding information" value=<%= params[:fundingInformation] %>>
4444
</div>
4545

4646
<div class="field-wrap">

0 commit comments

Comments
 (0)