aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaana Burcu Dogan <jbd@google.com>2017-01-10 11:25:14 -0800
committerChris Broadfoot <cbro@golang.org>2017-01-10 22:54:19 +0000
commitb842c9aac79318cfc66ab21efdb640f28e8bc5be (patch)
tree04338ae62561583a7e3f014a147a7a00d1d4adcd
parentd9a05791566aa8d54113ac88ae77b982872f9be7 (diff)
downloadgo-b842c9aac79318cfc66ab21efdb640f28e8bc5be.tar.gz
go-b842c9aac79318cfc66ab21efdb640f28e8bc5be.zip
doc: remove inline styles
Change-Id: I7ca7e9a2d4cf97cf33c60a9a4d0ba5fb0ca6e44c Reviewed-on: https://go-review.googlesource.com/35098 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 2143d591cb..6bff75c5a0 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -250,7 +250,7 @@ $ <b>cd $HOME/go/src/hello</b>
$ <b>go build</b>
</pre>
-<pre class="testWindows" style="display: none">
+<pre class="testWindows">
C:\&gt; <b>cd %USERPROFILE%\go\src\hello</b>
C:\Users\Gopher\go\src\hello&gt; <b>go build</b>
</pre>
@@ -267,7 +267,7 @@ $ <b>./hello</b>
hello, world
</pre>
-<pre class="testWindows" style="display: none">
+<pre class="testWindows">
C:\Users\Gopher\go\src\hello&gt; <b>hello</b>
hello, world
</pre>