From 860d8c4a5e0d7cd96dd23f3f7996c97693ae3d55 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 11 Jun 2018 10:20:05 -0700 Subject: [PATCH] bpo-33831: Make htmlview run again (GH-7628) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit 0e5f901508dea6437dc9ee89b434feca721d45be) Co-authored-by: Andrés Delfino --- Doc/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/make.bat b/Doc/make.bat index 0808e0cd09..cff85ceaba 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -156,7 +156,7 @@ cmd /C %this% html if EXIST "%BUILDDIR%\html\index.html" ( echo.Opening "%BUILDDIR%\html\index.html" in the default web browser... - start "%BUILDDIR%\html\index.html" + start "" "%BUILDDIR%\html\index.html" ) goto end -- 2.50.1