aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Souza <franciscossouza@gmail.com>2012-03-13 12:57:48 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-13 12:57:48 +1100
commit170301d44bf6fbe0613ca755517d8cb899949f7f (patch)
treef4a18161ed42911a0233219c4be09c1ea1dacdbd
parentfa6d3ab6bec591fcd8ac7e979677e147c83a754f (diff)
downloadgo-170301d44bf6fbe0613ca755517d8cb899949f7f.tar.gz
go-170301d44bf6fbe0613ca755517d8cb899949f7f.zip
godoc: added alt and title attributes to the "pop out" button
R=adg CC=golang-dev https://golang.org/cl/5777071
-rw-r--r--doc/root.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/root.html b/doc/root.html
index cf6d0ff86d..b2d0b60e16 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -5,7 +5,7 @@
<div class="left">
<div id="learn">
-<img class="icon share" src="/doc/share.png">
+<img class="icon share" src="/doc/share.png" alt="View full screen" title="View full screen">
<div class="rootHeading">Try Go</div>
<div class="input">
<textarea spellcheck="false" class="code">// You can edit this code!