Skip to content

Commit 819f36f

Browse files
committed
---
yaml --- r: 94029 b: refs/heads/try c: e73d506 h: refs/heads/master i: 94027: a09ebf0 v: v3
1 parent f1b1d18 commit 819f36f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: a3aa325c9344c2c66e8fe0c58f15b4ddd25bf4b8
5+
refs/heads/try: e73d50653f300d1b147b8850f7f605869f638a51
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustdoc/html/layout.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ pub fn render<T: fmt::Default, S: fmt::Default>(
6060
<form class=\"search-form js-only\">
6161
<input class=\"search-input\" name=\"search\"
6262
autocomplete=\"off\"
63-
placeholder=\"Search documentation...\" />
63+
placeholder=\"Search documentation...\"
64+
type=\"search\" />
6465
<button class=\"do-search\">Search</button>
6566
</form>
6667
</nav>

0 commit comments

Comments
 (0)