summaryrefslogtreecommitdiff
path: root/Doc/Manual/Windows.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-29 19:10:57 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-30 22:22:33 +0000
commit3763beb4898b89eb7021fcd4427d2944cd9bc575 (patch)
treea17f3ee4f1cc85e94b9ad39b654acb810c5cb489 /Doc/Manual/Windows.html
parent4e67d5c7a810048d9024a699a4d5d676f5a69b82 (diff)
downloadswig-3763beb4898b89eb7021fcd4427d2944cd9bc575.tar.gz
Replace tabs with spaces in html docs
wkhtmltopdf is not expanding tabs within <pre> elements to 8 spaces as it should. Workaround the problem by converting all tabs to an appropriate number of spaces.
Diffstat (limited to 'Doc/Manual/Windows.html')
-rw-r--r--Doc/Manual/Windows.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html
index d7c1932b7..b95105bdd 100644
--- a/Doc/Manual/Windows.html
+++ b/Doc/Manual/Windows.html
@@ -164,7 +164,7 @@ PYTHON_LIB: D:\python21\libs\python21.lib<br>
<p>
<b><tt>TCL_INCLUDE</tt></b> : Set this to the directory containing tcl.h<br>
<b><tt>TCL_LIB</tt></b> : Set this to the TCL library including path for linking<p>
-Example using ActiveTcl 8.3.3.3 <br>
+Example using ActiveTcl 8.3.3.3<br>
<tt>
TCL_INCLUDE: D:\tcl\include<br>
TCL_LIB: D:\tcl\lib\tcl83.lib<br>