From 965b92a09c2d0bb36137a357867e42e4095d82be Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 24 Sep 2017 13:42:16 -0400 Subject: [PATCH 1/2] Addresses #435 by updating documentation. --- localize/translations/tidy.pot | 5 +++-- src/language_en.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/localize/translations/tidy.pot b/localize/translations/tidy.pot index 3a5c734..c9612b4 100644 --- a/localize/translations/tidy.pot +++ b/localize/translations/tidy.pot @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"POT-Creation-Date: 2017-09-23 07:53:22\n" +"POT-Creation-Date: 2017-09-24 13:41:11\n" "Last-Translator: jderry\n" "Language-Team: \n" @@ -251,7 +251,8 @@ msgid "" "<!DOCTYPE html>." "
" "If set to auto (the default) Tidy will use an educated guess " -"based upon the contents of the document." +"based upon the contents of the document. Note that selecting this option " +"will not change the current document's DOCTYPE on output. " "
" "If set to strict, Tidy will set the DOCTYPE to the HTML4 or " "XHTML1 strict DTD." diff --git a/src/language_en.h b/src/language_en.h index 18db40c..62ff0c9 100755 --- a/src/language_en.h +++ b/src/language_en.h @@ -285,7 +285,8 @@ static languageDefinition language_en = { whichPluralForm_en, { "<!DOCTYPE html>." "
" "If set to auto (the default) Tidy will use an educated guess " - "based upon the contents of the document." + "based upon the contents of the document. Note that selecting this option " + "will not change the current document's DOCTYPE on output. " "
" "If set to strict, Tidy will set the DOCTYPE to the HTML4 or " "XHTML1 strict DTD." From 021d32b3a14dfedc1db623c72d6689abaa2a5459 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Mon, 25 Sep 2017 21:17:21 -0400 Subject: [PATCH 2/2] Update version.txt to reflect documentation update --- version.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index 1a03acd..02779d3 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.5.44 -2017.09.23 +5.5.45 +2017.09.25