Browse Source

Merge pull request #2176 from YeldhamDev/export_web_indentation_fix

Fix unexpected indentation in "Exporting for web" page
Leon Krause 6 years ago
parent
commit
862d9b0631
1 changed files with 4 additions and 4 deletions
  1. 4 4
      getting_started/workflow/export/exporting_for_web.rst

+ 4 - 4
getting_started/workflow/export/exporting_for_web.rst

@@ -16,10 +16,10 @@ in the user's browser.
                load exported projects when **opened locally** per ``file://``
                protocol. To get around this, use a local server.
 
-.. tip:: Python offers an easy method to start a local server. Use
-         ``python -m SimpleHTTPServer`` with Python 2 or
-		 ``python -m http.server`` with Python 3 to serve the current working
-		 directory at ``http://localhost:8000``.
+               .. tip:: Python offers an easy method to start a local server.
+                        Use ``python -m SimpleHTTPServer`` with Python 2 or
+                        ``python -m http.server`` with Python 3 to serve the
+                        current working directory at ``http://localhost:8000``.
 
 WebGL 2
 -------