Skip to content

Commit 3d8dfb8

Browse files
authored
Merge pull request #424 from cies/master
Fix API search for Play1
2 parents da7aba5 + cf73a36 commit 3d8dfb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/documentation/v1.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@for(version <- context.version) {
1515
<form id="search" method="get" action="//www.google.com/search">
1616
<input type="search" name="q" placeholder="Search @version docs" results="10">
17-
<input type="hidden" name="sitesearch" value="@req.host@reverseRouter.home(context.alternateLang, version.name)">
17+
<input type="hidden" name="sitesearch" value="playframework.com@reverseRouter.home(context.alternateLang, version.name)">
1818
<button type="submit">Search</button>
1919
</form>
2020
}

0 commit comments

Comments
 (0)