From 7023a5d19768d1bcb9af737be1defc3bc12a50b8 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Tue, 19 Mar 2013 09:40:57 -0400 Subject: [PATCH] lib/godoc: convert indentation to tabs. R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/7497048 --- lib/godoc/package.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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); -- 2.48.1