From f60bf8bbf715ecbe07fe47e42110ed101a028172 Mon Sep 17 00:00:00 2001 From: "cduvall@chromium.org" Date: Tue, 14 Aug 2012 00:40:56 +0000 Subject: Extensions Docs Server: BranchUtility not fetching branch numbers correctly BranchUtility was crashing when it tried to fetch the branch numbers for the dev, beta, and stable channels. There was also a problem using the branch number where the name should have been used. ServerInstances are no longer leaked. BUG=141909 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151386 Review URL: https://chromiumcodereview.appspot.com/10831269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151401 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/server2/templates/public/apps/index.html | 2 +- .../extensions/docs/server2/templates/public/extensions/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/common/extensions/docs/server2/templates/public/apps/index.html b/chrome/common/extensions/docs/server2/templates/public/apps/index.html index d0bf6b7..ce9193e 100644 --- a/chrome/common/extensions/docs/server2/templates/public/apps/index.html +++ b/chrome/common/extensions/docs/server2/templates/public/apps/index.html @@ -96,5 +96,5 @@ - {{+partials.footer}} + {{+partials.apps_footer}} diff --git a/chrome/common/extensions/docs/server2/templates/public/extensions/index.html b/chrome/common/extensions/docs/server2/templates/public/extensions/index.html index 564d7f2..f7a0f84 100644 --- a/chrome/common/extensions/docs/server2/templates/public/extensions/index.html +++ b/chrome/common/extensions/docs/server2/templates/public/extensions/index.html @@ -96,5 +96,5 @@ - {{+partials.footer}} + {{+partials.extensions_footer}} -- cgit v1.1