diff --git a/Documentation/doc/resources/1.8.13/deprecated.html b/Documentation/doc/resources/1.8.13/deprecated.html index 4d8329a9fb2..823d7ea093c 100644 --- a/Documentation/doc/resources/1.8.13/deprecated.html +++ b/Documentation/doc/resources/1.8.13/deprecated.html @@ -1,4 +1,4 @@ - + diff --git a/Documentation/doc/resources/1.8.13/header.html b/Documentation/doc/resources/1.8.13/header.html index ea550ad48c8..f5ed0edf20d 100644 --- a/Documentation/doc/resources/1.8.13/header.html +++ b/Documentation/doc/resources/1.8.13/header.html @@ -1,5 +1,5 @@ - + diff --git a/Documentation/doc/resources/1.8.13/header_package.html b/Documentation/doc/resources/1.8.13/header_package.html index c8e2578351f..46521a96a54 100644 --- a/Documentation/doc/resources/1.8.13/header_package.html +++ b/Documentation/doc/resources/1.8.13/header_package.html @@ -1,5 +1,5 @@ - + diff --git a/Documentation/doc/resources/1.8.14/deprecated.html b/Documentation/doc/resources/1.8.14/deprecated.html index 60d1c4e90bc..a8baa72c005 100644 --- a/Documentation/doc/resources/1.8.14/deprecated.html +++ b/Documentation/doc/resources/1.8.14/deprecated.html @@ -1,4 +1,4 @@ - + diff --git a/Documentation/doc/resources/1.8.14/header.html b/Documentation/doc/resources/1.8.14/header.html index ea550ad48c8..f5ed0edf20d 100644 --- a/Documentation/doc/resources/1.8.14/header.html +++ b/Documentation/doc/resources/1.8.14/header.html @@ -1,5 +1,5 @@ - + diff --git a/Documentation/doc/resources/1.8.14/header_package.html b/Documentation/doc/resources/1.8.14/header_package.html index 7adad539ace..df3a1bcba36 100644 --- a/Documentation/doc/resources/1.8.14/header_package.html +++ b/Documentation/doc/resources/1.8.14/header_package.html @@ -1,5 +1,5 @@ - + diff --git a/Documentation/doc/resources/1.8.4/deprecated.html b/Documentation/doc/resources/1.8.4/deprecated.html index 4d8329a9fb2..823d7ea093c 100644 --- a/Documentation/doc/resources/1.8.4/deprecated.html +++ b/Documentation/doc/resources/1.8.4/deprecated.html @@ -1,4 +1,4 @@ - + diff --git a/Documentation/doc/resources/1.8.4/header.html b/Documentation/doc/resources/1.8.4/header.html index 890229ec02c..4b0aae2bff8 100644 --- a/Documentation/doc/resources/1.8.4/header.html +++ b/Documentation/doc/resources/1.8.4/header.html @@ -1,4 +1,4 @@ - + diff --git a/Documentation/doc/resources/1.8.4/header_package.html b/Documentation/doc/resources/1.8.4/header_package.html index 051c01002f6..37a9f67fdca 100644 --- a/Documentation/doc/resources/1.8.4/header_package.html +++ b/Documentation/doc/resources/1.8.4/header_package.html @@ -1,4 +1,4 @@ - + diff --git a/Documentation/doc/scripts/html_output_post_processing.py b/Documentation/doc/scripts/html_output_post_processing.py index c2a0b34941f..e89c7e7b61a 100755 --- a/Documentation/doc/scripts/html_output_post_processing.py +++ b/Documentation/doc/scripts/html_output_post_processing.py @@ -62,7 +62,7 @@ def conceptify_ns(d): def write_out_html(d, fn): f = codecs.open(fn, 'w', encoding='utf-8') # this is the normal doxygen doctype, which is thrown away by pyquery - f.write('\n') + f.write('\n') f.write('') f.write(d.html()) f.write('\n')