Skip to content

Commit

Permalink
fix placeholder for server param filter bar
Browse files Browse the repository at this point in the history
  • Loading branch information
HereThereBeDragons committed Aug 21, 2023
1 parent 51ed941 commit 6826f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apx-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Server parameters
<p>
<div class="wrapper">
<form action="" onSubmit="return false;">
<input class="description" type="text" id="filtersrvparams" onkeyup="filtertable('filtersrvparams', 'tblsrvparams')" placeholder="Search..." title="Type in anything">
<input class="description" type="text" id="filtersrvparams" onkeyup="filtertable('filtersrvparams', 'tblsrvparams')" placeholder="Search server parameters..." title="Type in anything">
<button type="button" class="btn" onclick="document.getElementById('filtersrvparams').value = null; filtertable('filtersrvparams', 'tblsrvparams');"><span>&times;</span></button>
</form>
</div>
Expand Down

0 comments on commit 6826f09

Please sign in to comment.