bpo-33831: Make htmlview run again (GH-7628)

(cherry picked from commit 0e5f901508)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-06-11 10:16:03 -07:00 committed by GitHub
parent b06fc2d244
commit 904cdbaa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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