diff --git a/DMG Project.dmgpkg b/DMG Project.dmgpkg
index fdcb45c..e5d77d6 100644
Binary files a/DMG Project.dmgpkg and b/DMG Project.dmgpkg differ
diff --git a/HTML Tidy.pkgproj b/HTML Tidy.pkgproj
index ce86cee..a407f65 100755
--- a/HTML Tidy.pkgproj
+++ b/HTML Tidy.pkgproj
@@ -498,7 +498,7 @@
GID
0
PATH
- install/libtidy.5.0.0.dylib
+ install/libtidy.5.1.8.dylib
PATH_TYPE
1
PERMISSIONS
@@ -957,7 +957,7 @@
LANGUAGE
English
VALUE
- HTML Tidy 5.0.0
+ HTML Tidy 5.1.8
diff --git a/install/Tidy Quick Reference.html b/install/Tidy Quick Reference.html
index 0640394..92da8bb 100644
--- a/install/Tidy Quick Reference.html
+++ b/install/Tidy Quick Reference.html
@@ -338,7 +338,7 @@
Quick Reference
HTML Tidy Configuration Options
- Version: 5.0.0
+ Version: 5.1.8
HTML, XHTML, XML
@@ -887,7 +887,7 @@
HTML Tidy Configuration Options
vertical-space
|
- Boolean |
+ AutoBool |
no |
@@ -2358,12 +2358,12 @@ HTML Tidy Configuration Options
- Type: Boolean
- Default: no Example: y/n, yes/no, t/f, true/false, 1/0 |
+ Type: AutoBool
+ Default: no Example: auto, y/n, yes/no, t/f, true/false, 1/0 |
|
- This option specifies if Tidy should add some empty lines for readability. |
+ This option specifies if Tidy should add some extra empty lines for readability. Default is 'no'. If set to 'auto', will eliminate nearly all newline chars. |
|
diff --git a/install/libtidy.5.0.0.dylib b/install/libtidy.5.1.8.dylib
similarity index 53%
rename from install/libtidy.5.0.0.dylib
rename to install/libtidy.5.1.8.dylib
index cdb2679..4ca0317 100755
Binary files a/install/libtidy.5.0.0.dylib and b/install/libtidy.5.1.8.dylib differ
diff --git a/install/libtidys.a b/install/libtidys.a
index fe413cd..f9290a9 100644
Binary files a/install/libtidys.a and b/install/libtidys.a differ
diff --git a/install/tidy b/install/tidy
index b0ae405..8ec7fdf 100755
Binary files a/install/tidy and b/install/tidy differ
diff --git a/install/tidy.1 b/install/tidy.1
index ecf786b..a864909 100644
--- a/install/tidy.1
+++ b/install/tidy.1
@@ -1,5 +1,5 @@
.\" tidy man page for the HTML Tidy
-.TH TIDY 1 "5.0.0" "HTML Tidy" "5.0.0"
+.TH TIDY 1 "5.1.8" "HTML Tidy" "5.1.8"
.\" disable hyphenation
.nh
@@ -1024,13 +1024,13 @@ This option specifies the number of columns that Tidy uses between successive ta
.TP
\fBvertical-space\fR
-Type: \fIBoolean\fR
+Type: \fIAutoBool\fR
.br
Default: \fIno\fR
.br
-Example: \fIy/n, yes/no, t/f, true/false, 1/0\fR
+Example: \fIauto, y/n, yes/no, t/f, true/false, 1/0\fR
-This option specifies if Tidy should add some empty lines for readability.
+This option specifies if Tidy should add some extra empty lines for readability. Default is 'no'. If set to 'auto', will eliminate nearly all newline chars.
.TP
\fBwrap\fR
diff --git a/source/Installer-Post.sh b/source/Installer-Post.sh
index 0a16c95..b5b020e 100755
--- a/source/Installer-Post.sh
+++ b/source/Installer-Post.sh
@@ -11,7 +11,7 @@ chown $USER "$QR"
chown $USER "$RM"
# Create symbolic links to dylib
-V_ORIG="libtidy.5.0.0.dylib"
+V_ORIG="libtidy.5.1.8.dylib"
V_MAJOR="libtidy.5.dylib"
V_GEN="libtidy.dylib"