Skip to content

Commit 224426c

Browse files
committed
---
yaml --- r: 127099 b: refs/heads/snap-stage3 c: 9b44dfc h: refs/heads/master i: 127097: 3e9f960 127095: 1144179 v: v3
1 parent 16d1ef9 commit 224426c

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 7be8f0af0393dcdb077c2f6b1653836fd3fba235
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7
4+
refs/heads/snap-stage3: 9b44dfc7644978592ce7f9d4a683c552a5021cef
55
refs/heads/try: 502e4c045236682e9728539dc0d2b3d0b237f55c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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/snap-stage3/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)