Skip to content

Commit 15e3f8c

Browse files
committed
Merge pull request scala#583 from heathermiller/scaladoc/keyboard-shortcuts
Fix to Scaladoc keyboard shortcuts for Firefox
2 parents 8d5ebbd + a595b98 commit 15e3f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/doc/html/page/Index.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Index(universe: doc.Universe, index: doc.Index) extends HtmlPage {
4444
</div>
4545
{ browser }
4646
<div id="content" class="ui-layout-center">
47-
<iframe id="template" src={ relativeLinkTo{List("package.html")} }/>
47+
<iframe id="template" name="template" src={ relativeLinkTo{List("package.html")} }/>
4848
</div>
4949
</body>
5050

0 commit comments

Comments
 (0)