Skip to content

Commit dbf0b6d

Browse files
committed
fix runover text closes #523
1 parent c70b670 commit dbf0b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yuidoc-p5-theme-src/scripts/views/searchView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ define([
1515
init: function() {
1616
var tpl = _.template(searchTpl);
1717
var className = 'form-control input-lg';
18-
var placeholder = 'Search the reference';
18+
var placeholder = 'Search reference';
1919
this.searchHtml = tpl({
2020
'placeholder': placeholder,
2121
'className': className

0 commit comments

Comments
 (0)