From 82cbcb0dd5437db1fd2f51d1ff81a38670f7a684 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Wed, 11 Jul 2012 09:41:08 -0700 Subject: [PATCH] website: various html fixes Fixes #3424. R=fullung, adg CC=golang-dev https://golang.org/cl/6343088 --- doc/docs.html | 4 ++-- doc/go_faq.html | 2 +- doc/reference.html | 4 ++-- lib/godoc/godoc.html | 2 +- lib/godoc/package.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/docs.html b/doc/docs.html index f88e930fba..8826868f9d 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -56,10 +56,10 @@ A must read for any new Go programmer. It augments the tour and the language specification, both of which should be read first.

-

Getting Started with Go on App Engine

+

Getting Started with Go on App Engine

How to develop and deploy a simple Go project with -Google App Engine. +Google App Engine.

Frequently Asked Questions (FAQ)

diff --git a/doc/go_faq.html b/doc/go_faq.html index b5b7cc656d..17dc54f7b4 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -180,7 +180,7 @@ production inside Google. A public example is the server behind http://golang.org. It's just the godoc document server running in a production configuration on -Google App Engine. +Google App Engine.

App Engine Go Runtime Documentation

+

App Engine Go Runtime Documentation

The documentation for -Google App Engine's Go runtime. +Google App Engine's Go runtime.

The Go Memory Model

diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html index 5330b17d4b..d4bc4b84d8 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -57,7 +57,7 @@ the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code is licensed under a BSD license.
Terms of Service | -Privacy Policy +Privacy Policy diff --git a/lib/godoc/package.html b/lib/godoc/package.html index 5b7fce8d70..e037072211 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -192,14 +192,14 @@ {{if $.DirFlat}} {{if .HasPkg}} - {{html .Path}} + {{html .Path}}      {{html .Synopsis}} {{end}} {{else}} - {{repeat `     ` .Depth}}{{html .Name}} + {{repeat `     ` .Depth}}{{html .Name}}      {{html .Synopsis}} -- 2.48.1