Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 860d8c4

Browse files
bpo-33831: Make htmlview run again (GH-7628)
(cherry picked from commit 0e5f901) Co-authored-by: Andrés Delfino <[email protected]>
1 parent bbbc3d9 commit 860d8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)