Skip to content

Commit 983a2a8

Browse files
committed
---
yaml --- r: 126365 b: refs/heads/try c: 9b44dfc h: refs/heads/master i: 126363: b61592e v: v3
1 parent 5118e39 commit 983a2a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 2a47fa708cfbf6b90a8ffacbaf00b8250bfa72cd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5-
refs/heads/try: 1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7
5+
refs/heads/try: 9b44dfc7644978592ce7f9d4a683c552a5021cef
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ r##"<!DOCTYPE html>
4848
{favicon}
4949
{in_header}
5050
</head>
51-
<body>
51+
<body class="rustdoc">
5252
<!--[if lte IE 8]>
5353
<div class="warning">
5454
This old browser is unsupported and will most likely display funky

branches/try/src/librustdoc/markdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub fn render(input: &str, mut output: Path, matches: &getopts::Matches,
9898
{css}
9999
{in_header}
100100
</head>
101-
<body>
101+
<body class="rustdoc">
102102
<!--[if lte IE 8]>
103103
<div class="warning">
104104
This old browser is unsupported and will most likely display funky

0 commit comments

Comments
 (0)