Kaydet (Commit) 0e5f9015 authored tarafından Andrés Delfino's avatar Andrés Delfino Kaydeden (comit) Steve Dower

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

üst 2c071ceb
...@@ -156,7 +156,7 @@ cmd /C %this% html ...@@ -156,7 +156,7 @@ cmd /C %this% html
if EXIST "%BUILDDIR%\html\index.html" ( if EXIST "%BUILDDIR%\html\index.html" (
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser... echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
start "%BUILDDIR%\html\index.html" start "" "%BUILDDIR%\html\index.html"
) )
goto end goto end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment