Skip to content

Commit 0e5f901

Browse files
andresdelfinozooba
authored andcommitted
bpo-33831: Make htmlview run again (GH-7628)
1 parent 2c071ce commit 0e5f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ cmd /C %this% html
156156

157157
if EXIST "%BUILDDIR%\html\index.html" (
158158
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
159-
start "%BUILDDIR%\html\index.html"
159+
start "" "%BUILDDIR%\html\index.html"
160160
)
161161

162162
goto end

0 commit comments

Comments
 (0)