From 7b5abb9ed93791fadde569f8e56b3cf4bca0d9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Mon, 11 Jun 2018 08:49:10 -0300 Subject: [PATCH] bpo-33831: Make htmlview run again --- Doc/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/make.bat b/Doc/make.bat index 0808e0cd09f527..cff85ceabae9d6 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