1
0
mirror of https://github.com/golang/go synced 2024-11-21 11:24:39 -07:00

godoc: added alt and title attributes to the "pop out" button

R=adg
CC=golang-dev
https://golang.org/cl/5777071
This commit is contained in:
Francisco Souza 2012-03-13 12:57:48 +11:00 committed by Andrew Gerrand
parent fa6d3ab6be
commit 170301d44b

View File

@ -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!