From: Oling Cat Date: Tue, 19 Mar 2013 13:40:57 +0000 (-0400) Subject: lib/godoc: convert indentation to tabs. X-Git-Tag: go1.1rc2~451 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7023a5d19768d1bcb9af737be1defc3bc12a50b8;p=gostls13.git lib/godoc: convert indentation to tabs. R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/7497048 --- diff --git a/lib/godoc/package.html b/lib/godoc/package.html index 1fe6e7595f..6795d142d1 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -75,9 +75,9 @@ {{end}} {{end}} {{if $.Notes}} - {{range $marker, $item := $.Notes}} + {{range $marker, $item := $.Notes}}
{{noteTitle $marker | html}}s
- {{end}} + {{end}} {{end}} @@ -92,7 +92,7 @@ {{end}} - + {{with .Filenames}}

Package files

@@ -105,7 +105,7 @@ {{end}} - + {{with .Consts}}

Constants

{{range .}} @@ -167,11 +167,11 @@ {{end}} {{with $.Notes}} - {{range $marker, $content := .}} -

{{noteTitle $marker | html}}s

- {{range .}} - {{comment_html .}} - {{end}} + {{range $marker, $content := .}} +

{{noteTitle $marker | html}}s

+ {{range .}} + {{comment_html .}} + {{end}} {{end}} {{end}} {{end}} @@ -252,7 +252,7 @@ $(document).ready(function() { var resize = function() { code.height(0); var h = code[0].scrollHeight; - code.height(h+20); // minimize bouncing + code.height(h+20); // minimize bouncing. code.closest('.input').height(h); }; code.on('keydown', resize);