diff -u -r -N squid-5.0.3/ChangeLog squid-5.0.4/ChangeLog
--- squid-5.0.3/ChangeLog	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/ChangeLog	2020-08-23 05:40:17.000000000 +1200
@@ -1,3 +1,14 @@
+Changes in squid-5.0.4 (23 Aug 2020):
+
+	- Bug 5054: mark dns_v4_first as obsolete in cf.data.pre
+	- Bug 5048: ResolvedPeers.cc:35: "found != paths_.end()" assertion
+	- Reforward CONNECT after TLS handshake failure with peer
+	- Do not send keep-alive in 101 (Switching Protocols) responses
+	- Add http_port sslflags=CONDITIONAL_AUTH
+	- ... and several documentation changes
+	- ... and some compile fixes
+	- ... and all fixes from 4.13
+
 Changes in squid-5.0.3 (05 Jun 2020):
 
 	- Bug 5046: FreeBSD lacks open(2) O_DSYNC flag
@@ -69,6 +80,18 @@
 	- ... and much code cleanup and polishing
 	- ... and all fixes from 4.10
 
+Changes to squid-4.13 (23 Aug 2020):
+
+	- Regression Fix: Support parsing GREASEd (and future) TLS handshakes
+	- Bug 5051: Some collapsed revalidation responses never expire
+	- HTTP: Enforce token characters for field-name
+	- HTTP: Forbid obs-fold and bare CR whitespace in framing header fields
+	- HTTP: Improve Transfer-Encoding handling
+	- WCCP: Fix GCC-10 -Wstringop-truncation failures
+	- Honor on_unsupported_protocol for intercepted https_port
+	- Fix livelocking in peerDigestHandleReply
+	- Do not stall while debugging a scan of an empty store_table
+
 Changes to squid-4.12 (05 Jun 2020):
 
 	- Regression Fix: Revert to slow search for new SMP shm pages
diff -u -r -N squid-5.0.3/compat/compat.h squid-5.0.4/compat/compat.h
--- squid-5.0.3/compat/compat.h	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/compat/compat.h	2020-08-23 05:40:17.000000000 +1200
@@ -114,8 +114,5 @@
  */
 #include "compat/GnuRegex.h"
 
-/* cppunit is not quite C++0x compatible yet */
-#include "compat/cppunit.h"
-
 #endif /* _SQUID_COMPAT_H */
 
diff -u -r -N squid-5.0.3/compat/os/os2.h squid-5.0.4/compat/os/os2.h
--- squid-5.0.3/compat/os/os2.h	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/compat/os/os2.h	2020-08-23 05:40:17.000000000 +1200
@@ -18,7 +18,7 @@
  ****************************************************************************/
 
 /*
-*  FIXME: the os2 port of bash seems to have problems checking
+*  XXX: the os2 port of bash seems to have problems checking
 *  the return codes of programs in if statements.  These options
 *  need to be overridden.
 */
diff -u -r -N squid-5.0.3/configure squid-5.0.4/configure
--- squid-5.0.3/configure	2020-06-09 18:58:26.000000000 +1200
+++ squid-5.0.4/configure	2020-08-23 05:39:46.000000000 +1200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Squid Web Proxy 5.0.3.
+# Generated by GNU Autoconf 2.69 for Squid Web Proxy 5.0.4.
 #
 # Report bugs to <http://bugs.squid-cache.org/>.
 #
@@ -595,8 +595,8 @@
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='5.0.3'
-PACKAGE_STRING='Squid Web Proxy 5.0.3'
+PACKAGE_VERSION='5.0.4'
+PACKAGE_STRING='Squid Web Proxy 5.0.4'
 PACKAGE_BUGREPORT='http://bugs.squid-cache.org/'
 PACKAGE_URL=''
 
@@ -1662,7 +1662,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Squid Web Proxy 5.0.3 to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 5.0.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1733,7 +1733,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 5.0.3:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 5.0.4:";;
    esac
   cat <<\_ACEOF
 
@@ -2166,7 +2166,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 5.0.3
+Squid Web Proxy configure 5.0.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3270,7 +3270,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Squid Web Proxy $as_me 5.0.3, which was
+It was created by Squid Web Proxy $as_me 5.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4137,7 +4137,7 @@
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='5.0.3'
+ VERSION='5.0.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -34906,7 +34906,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_auth_basic list containing double entries.
+# TODO: de-duplicate $enable_auth_basic list containing double entries.
 
 #not specified. Inherit global
 if test "x$enable_auth_basic" = "x"; then
@@ -35632,7 +35632,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_auth_digest list containing double entries.
+# TODO: de-duplicate $enable_auth_digest list containing double entries.
 
 #not specified. Inherit global
 if test "x$enable_auth_digest" = "x"; then
@@ -35781,7 +35781,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_auth_negotiate list containing double entries.
+# TODO: de-duplicate $enable_auth_negotiate list containing double entries.
 
 #not specified. Inherit global
 if test "x$enable_auth_negotiate" = "x"; then
@@ -35933,7 +35933,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_auth_ntlm list containing double entries.
+# TODO: de-duplicate $enable_auth_ntlm list containing double entries.
 
 #not specified. Inherit global
 if test "x$enable_auth_ntlm" = "x"; then
@@ -36147,7 +36147,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_log_daemon_helpers list containing double entries.
+# TODO: de-duplicate $enable_log_daemon_helpers list containing double entries.
 
 #define list of modules to build
 auto_logdaemon_modules=no
@@ -36248,7 +36248,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_external_acl_helpers list containing double entries.
+# TODO: de-duplicate $enable_external_acl_helpers list containing double entries.
 
 #define list of modules to build
 auto_ext_acl_modules=no
@@ -37240,7 +37240,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_url_rewrite_helpers list containing double entries.
+# TODO: de-duplicate $enable_url_rewrite_helpers list containing double entries.
 
 #define list of modules to build
 auto_urlrewrite_modules=no
@@ -37338,7 +37338,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_security_cert_validators list containing double entries.
+# TODO: de-duplicate $enable_security_cert_validators list containing double entries.
 
 #define list of modules to build
 auto_security_certv_modules=no
@@ -37425,7 +37425,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_security_cert_generators list containing double entries.
+# TODO: de-duplicate $enable_security_cert_generators list containing double entries.
 
 #define list of modules to build
 auto_security_modules=no
@@ -37537,7 +37537,7 @@
 # This file is supposed to run all the tests required to identify which
 # configured modules are able to be built in this environment
 
-# FIXME: de-duplicate $enable_storeid_rewrite_helpers list containing double entries.
+# TODO: de-duplicate $enable_storeid_rewrite_helpers list containing double entries.
 
 #define list of modules to build
 auto_storeid_modules=no
@@ -40899,7 +40899,7 @@
 $as_echo "$as_me: skipping libmalloc check for $host" >&6;}
       ;;
     *)
-      #used later. FIXME
+      # XXX: used later
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmalloc" >&5
 $as_echo_n "checking for main in -lmalloc... " >&6; }
 if ${ac_cv_lib_malloc_main+:} false; then :
@@ -44958,7 +44958,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Squid Web Proxy $as_me 5.0.3, which was
+This file was extended by Squid Web Proxy $as_me 5.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -45024,7 +45024,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Squid Web Proxy config.status 5.0.3
+Squid Web Proxy config.status 5.0.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -u -r -N squid-5.0.3/configure.ac squid-5.0.4/configure.ac
--- squid-5.0.3/configure.ac	2020-06-09 18:58:26.000000000 +1200
+++ squid-5.0.4/configure.ac	2020-08-23 05:39:46.000000000 +1200
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[5.0.3],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.0.4],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
@@ -3177,7 +3177,7 @@
       AC_MSG_NOTICE([skipping libmalloc check for $host])
       ;;
     *)
-      #used later. FIXME
+      # XXX: used later
       AC_CHECK_LIB(malloc, main)
       ;;
   esac
diff -u -r -N squid-5.0.3/contrib/url-normalizer.pl squid-5.0.4/contrib/url-normalizer.pl
--- squid-5.0.3/contrib/url-normalizer.pl	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/contrib/url-normalizer.pl	2020-08-23 05:40:17.000000000 +1200
@@ -33,8 +33,8 @@
     $epath =~ s/%7e/~/ig;               # unescape ~
     $epath =~ s/(%[\da-f]{2})/\U$1/ig;  # capitalize escape digits
     if ($url->scheme =~ /^(http|ftp)$/) {
-	$epath =~ s:/\./:/:g;           # safe?
-	$epath =~ s://:/:g;             # safe?
+        $epath =~ s:/\./:/:g;           # safe?
+        $epath =~ s://:/:g;             # safe?
     }
     $url->epath($epath);
 
@@ -49,10 +49,10 @@
 
 BEGIN {
     unless (URI::URL::implementor('cache_object')) {
-	package cache_object;
-	@cache_object::ISA = (URI::URL::implementor());
-	URI::URL::implementor('cache_object', 'cache_object');
+        package cache_object;
+        @cache_object::ISA = (URI::URL::implementor());
+        URI::URL::implementor('cache_object', 'cache_object');
 
-	sub default_port { 3128 }
+        sub default_port { 3128 }
     }
 }
diff -u -r -N squid-5.0.3/contrib/user-agents.pl squid-5.0.4/contrib/user-agents.pl
--- squid-5.0.3/contrib/user-agents.pl	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/contrib/user-agents.pl	2020-08-23 05:40:17.000000000 +1200
@@ -17,20 +17,20 @@
 open (ACCESS, "/opt/Squid/logs/useragent.0");
 
 while (<ACCESS>) {
-	($host, $timestamp, $agent) = 
-	/^(\S+) \[(.+)\] \"(.+)\"\s/;
-	if ($agent ne '-') {
-		if ($opt_M) {
-		 	$agent =~ tr/\// /;
-			$agent =~ tr/\(/ /;
-		}
-		if ($opt_F) {
-			next unless $seen{$agent}++;
-		} else {
-			@inline=split(/ /, $agent);
-			next unless $seen{$inline[0]}++;
-		}
-	}
+    ($host, $timestamp, $agent) =
+        /^(\S+) \[(.+)\] \"(.+)\"\s/;
+    if ($agent ne '-') {
+        if ($opt_M) {
+            $agent =~ tr/\// /;
+            $agent =~ tr/\(/ /;
+        }
+        if ($opt_F) {
+            next unless $seen{$agent}++;
+        } else {
+            @inline=split(/ /, $agent);
+            next unless $seen{$inline[0]}++;
+        }
+    }
 }
 
 $total=0;
@@ -39,12 +39,12 @@
 print "Summary of User-Agent Strings\n(greater than $opt_L percent)\n\n";
 
 foreach $browser (keys(%seen)) {
-        $total=$total+$seen{$browser};
+    $total=$total+$seen{$browser};
 }
 
 foreach $browser (sort keys(%seen)) {
-	$percent=$seen{$browser}/$total*100;
-	if ($percent >= $opt_L) { write; }
+    $percent=$seen{$browser}/$total*100;
+    if ($percent >= $opt_L) { write; }
 }
 
 print "\n\nTotal entries in log = $total\n";
diff -u -r -N squid-5.0.3/doc/manuals/language.am squid-5.0.4/doc/manuals/language.am
--- squid-5.0.3/doc/manuals/language.am	1970-01-01 12:00:00.000000000 +1200
+++ squid-5.0.4/doc/manuals/language.am	2020-08-23 05:40:17.000000000 +1200
@@ -0,0 +1,21 @@
+##
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+TRANSLATE_LANGUAGES = \
+    ar.lang \
+    cs.lang \
+    de.lang \
+    en_AU.lang \
+    en.lang \
+    es.lang \
+    fr.lang \
+    it.lang \
+    oc.lang \
+    pt.lang \
+    ro.lang \
+    ru.lang
diff -u -r -N squid-5.0.3/doc/manuals/language.list squid-5.0.4/doc/manuals/language.list
--- squid-5.0.3/doc/manuals/language.list	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/doc/manuals/language.list	1970-01-01 12:00:00.000000000 +1200
@@ -1,21 +0,0 @@
-##
-## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-TRANSLATE_LANGUAGES= \
-    ar.lang \
-    cs.lang \
-    de.lang \
-    en_AU.lang \
-    en.lang \
-    es.lang \
-    fr.lang \
-    it.lang \
-    oc.lang \
-    pt.lang \
-    ro.lang \
-    ru.lang 
diff -u -r -N squid-5.0.3/doc/manuals/Makefile.am squid-5.0.4/doc/manuals/Makefile.am
--- squid-5.0.3/doc/manuals/Makefile.am	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/doc/manuals/Makefile.am	2020-08-23 05:40:17.000000000 +1200
@@ -9,7 +9,7 @@
 ## None of the .po or .pot are distributed for builds at this stage.
 ##
 
-include $(srcdir)/language.list
+include $(srcdir)/language.am
 
 EXTRA_DIST = \
-	language.list
+	language.am
diff -u -r -N squid-5.0.3/doc/manuals/Makefile.in squid-5.0.4/doc/manuals/Makefile.in
--- squid-5.0.3/doc/manuals/Makefile.in	2020-06-09 18:58:20.000000000 +1200
+++ squid-5.0.4/doc/manuals/Makefile.in	2020-08-23 05:39:41.000000000 +1200
@@ -179,7 +179,7 @@
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/language.list
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/language.am
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ADAPTATION_LIBS = @ADAPTATION_LIBS@
@@ -426,15 +426,15 @@
     oc.lang \
     pt.lang \
     ro.lang \
-    ru.lang 
+    ru.lang
 
 EXTRA_DIST = \
-	language.list
+	language.am
 
 all: all-am
 
 .SUFFIXES:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/language.list $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/language.am $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
@@ -454,7 +454,7 @@
 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
-$(srcdir)/language.list $(am__empty):
+$(srcdir)/language.am $(am__empty):
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
diff -u -r -N squid-5.0.3/doc/release-notes/release-5.html squid-5.0.4/doc/release-notes/release-5.html
--- squid-5.0.3/doc/release-notes/release-5.html	2020-06-09 19:09:17.000000000 +1200
+++ squid-5.0.4/doc/release-notes/release-5.html	2020-08-23 05:50:01.000000000 +1200
@@ -1,12 +1,12 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.80">
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.82">
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <TITLE>Squid 5.0.3 release notes</TITLE>
+ <TITLE>Squid 5.0.4 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 5.0.3 release notes</H1>
+<H1>Squid 5.0.4 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -61,7 +61,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-5.0.3 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-5.0.4 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v5/">http://www.squid-cache.org/Versions/v5/</A> or the
 <A HREF="http://www.squid-cache.org/Download/http-mirrors.html">mirrors</A>.</P>
@@ -330,6 +330,10 @@
 <P>New <EM>worker-queues</EM> option to have TCP stack maintain dedicated
 listening queue for each worker in SMP.</P>
 
+<DT><B>https_port</B><DD>
+<P>New <EM>CONDITIONAL_AUTH</EM> flag for <EM>sslflags=</EM> option to
+request client certificate(s) but not reject clients without any.</P>
+
 <DT><B>logformat</B><DD>
 <P>New <EM>ssl::&lt;cert</EM> macro code to display received server X.509
 certificate in PEM format.</P>
diff -u -r -N squid-5.0.3/errors/af/ERR_ACCESS_DENIED squid-5.0.4/errors/af/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/af/ERR_ACCESS_DENIED	2020-06-09 18:59:13.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_ACCESS_DENIED	2020-08-23 05:40:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 18:59:14.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:40:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_AGENT_CONFIGURE squid-5.0.4/errors/af/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/af/ERR_AGENT_CONFIGURE	2020-06-09 18:59:14.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_AGENT_CONFIGURE	2020-08-23 05:40:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Die opstelling van u webblaaier moet reggestel word om hierdie netwerk te gebruik.</p>
 </blockquote>
 
 <p>Hoe om hierdie instellings in die blaaier te vind:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Nutsgoed -&gt; Opsies -&gt; Gevorderd -&gt; Netwerk -&gt; Verbinding</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/af/ERR_AGENT_WPAD squid-5.0.4/errors/af/ERR_AGENT_WPAD
--- squid-5.0.3/errors/af/ERR_AGENT_WPAD	2020-06-09 18:59:14.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_AGENT_WPAD	2020-08-23 05:40:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Die opstelling van u webblaaier moet reggestel word om hierdie netwerk te gebruik.</p>
 </blockquote>
 
 <p>Hoe om hierdie instellings in die blaaier te vind:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Nutsgoed -&gt; Opsies -&gt; Gevorderd -&gt; Netwerk -&gt; Verbinding</li>
 <li>Kies "Outospeur instaanopstelling vir hierdie netwerk"</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/af/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/af/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/af/ERR_CACHE_ACCESS_DENIED	2020-06-09 18:59:15.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:40:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/af/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 18:59:15.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:40:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_CANNOT_FORWARD squid-5.0.4/errors/af/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/af/ERR_CANNOT_FORWARD	2020-06-09 18:59:15.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_CANNOT_FORWARD	2020-08-23 05:40:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_CONFLICT_HOST squid-5.0.4/errors/af/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/af/ERR_CONFLICT_HOST	2020-06-09 18:59:16.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_CONFLICT_HOST	2020-08-23 05:40:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_CONNECT_FAIL squid-5.0.4/errors/af/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/af/ERR_CONNECT_FAIL	2020-06-09 18:59:16.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_CONNECT_FAIL	2020-08-23 05:40:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_DIR_LISTING squid-5.0.4/errors/af/ERR_DIR_LISTING
--- squid-5.0.3/errors/af/ERR_DIR_LISTING	2020-06-09 18:59:16.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_DIR_LISTING	2020-08-23 05:40:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_DNS_FAIL squid-5.0.4/errors/af/ERR_DNS_FAIL
--- squid-5.0.3/errors/af/ERR_DNS_FAIL	2020-06-09 18:59:17.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_DNS_FAIL	2020-08-23 05:40:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_ESI squid-5.0.4/errors/af/ERR_ESI
--- squid-5.0.3/errors/af/ERR_ESI	2020-06-09 18:59:17.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_ESI	2020-08-23 05:40:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FORWARDING_DENIED squid-5.0.4/errors/af/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/af/ERR_FORWARDING_DENIED	2020-06-09 18:59:17.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FORWARDING_DENIED	2020-08-23 05:40:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_DISABLED squid-5.0.4/errors/af/ERR_FTP_DISABLED
--- squid-5.0.3/errors/af/ERR_FTP_DISABLED	2020-06-09 18:59:18.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_DISABLED	2020-08-23 05:40:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_FAILURE squid-5.0.4/errors/af/ERR_FTP_FAILURE
--- squid-5.0.3/errors/af/ERR_FTP_FAILURE	2020-06-09 18:59:18.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_FAILURE	2020-08-23 05:40:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_FORBIDDEN squid-5.0.4/errors/af/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/af/ERR_FTP_FORBIDDEN	2020-06-09 18:59:19.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_FORBIDDEN	2020-08-23 05:40:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_NOT_FOUND squid-5.0.4/errors/af/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/af/ERR_FTP_NOT_FOUND	2020-06-09 18:59:19.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_NOT_FOUND	2020-08-23 05:40:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_PUT_CREATED squid-5.0.4/errors/af/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/af/ERR_FTP_PUT_CREATED	2020-06-09 18:59:19.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_PUT_CREATED	2020-08-23 05:40:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_PUT_ERROR squid-5.0.4/errors/af/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/af/ERR_FTP_PUT_ERROR	2020-06-09 18:59:20.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_PUT_ERROR	2020-08-23 05:40:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/af/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/af/ERR_FTP_PUT_MODIFIED	2020-06-09 18:59:20.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_PUT_MODIFIED	2020-08-23 05:40:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/af/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/af/ERR_FTP_UNAVAILABLE	2020-06-09 18:59:20.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_FTP_UNAVAILABLE	2020-08-23 05:40:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_GATEWAY_FAILURE squid-5.0.4/errors/af/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/af/ERR_GATEWAY_FAILURE	2020-06-09 18:59:21.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_GATEWAY_FAILURE	2020-08-23 05:40:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_ICAP_FAILURE squid-5.0.4/errors/af/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/af/ERR_ICAP_FAILURE	2020-06-09 18:59:21.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_ICAP_FAILURE	2020-08-23 05:40:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_INVALID_REQ squid-5.0.4/errors/af/ERR_INVALID_REQ
--- squid-5.0.3/errors/af/ERR_INVALID_REQ	2020-06-09 18:59:21.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_INVALID_REQ	2020-08-23 05:40:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_INVALID_RESP squid-5.0.4/errors/af/ERR_INVALID_RESP
--- squid-5.0.3/errors/af/ERR_INVALID_RESP	2020-06-09 18:59:22.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_INVALID_RESP	2020-08-23 05:40:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_INVALID_URL squid-5.0.4/errors/af/ERR_INVALID_URL
--- squid-5.0.3/errors/af/ERR_INVALID_URL	2020-06-09 18:59:22.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_INVALID_URL	2020-08-23 05:40:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_LIFETIME_EXP squid-5.0.4/errors/af/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/af/ERR_LIFETIME_EXP	2020-06-09 18:59:22.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_LIFETIME_EXP	2020-08-23 05:40:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_NO_RELAY squid-5.0.4/errors/af/ERR_NO_RELAY
--- squid-5.0.3/errors/af/ERR_NO_RELAY	2020-06-09 18:59:23.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_NO_RELAY	2020-08-23 05:40:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/af/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/af/ERR_ONLY_IF_CACHED_MISS	2020-06-09 18:59:23.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:40:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_PRECONDITION_FAILED squid-5.0.4/errors/af/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/af/ERR_PRECONDITION_FAILED	2020-06-09 18:59:23.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_PRECONDITION_FAILED	2020-08-23 05:40:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/af/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/af/ERR_PROTOCOL_UNKNOWN	2020-06-09 18:59:24.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:40:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_READ_ERROR squid-5.0.4/errors/af/ERR_READ_ERROR
--- squid-5.0.3/errors/af/ERR_READ_ERROR	2020-06-09 18:59:24.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_READ_ERROR	2020-08-23 05:40:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_READ_TIMEOUT squid-5.0.4/errors/af/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/af/ERR_READ_TIMEOUT	2020-06-09 18:59:24.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_READ_TIMEOUT	2020-08-23 05:40:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/af/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/af/ERR_SECURE_CONNECT_FAIL	2020-06-09 18:59:25.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:40:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_SHUTTING_DOWN squid-5.0.4/errors/af/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/af/ERR_SHUTTING_DOWN	2020-06-09 18:59:25.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_SHUTTING_DOWN	2020-08-23 05:40:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_SOCKET_FAILURE squid-5.0.4/errors/af/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/af/ERR_SOCKET_FAILURE	2020-06-09 18:59:25.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_SOCKET_FAILURE	2020-08-23 05:40:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_TOO_BIG squid-5.0.4/errors/af/ERR_TOO_BIG
--- squid-5.0.3/errors/af/ERR_TOO_BIG	2020-06-09 18:59:26.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_TOO_BIG	2020-08-23 05:40:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/af/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/af/ERR_UNSUP_HTTPVERSION	2020-06-09 18:59:26.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_UNSUP_HTTPVERSION	2020-08-23 05:40:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_UNSUP_REQ squid-5.0.4/errors/af/ERR_UNSUP_REQ
--- squid-5.0.3/errors/af/ERR_UNSUP_REQ	2020-06-09 18:59:26.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_UNSUP_REQ	2020-08-23 05:40:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_URN_RESOLVE squid-5.0.4/errors/af/ERR_URN_RESOLVE
--- squid-5.0.3/errors/af/ERR_URN_RESOLVE	2020-06-09 18:59:27.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_URN_RESOLVE	2020-08-23 05:40:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_WRITE_ERROR squid-5.0.4/errors/af/ERR_WRITE_ERROR
--- squid-5.0.3/errors/af/ERR_WRITE_ERROR	2020-06-09 18:59:27.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_WRITE_ERROR	2020-08-23 05:40:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/af/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/af/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/af/ERR_ZERO_SIZE_OBJECT	2020-06-09 18:59:27.000000000 +1200
+++ squid-5.0.4/errors/af/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:40:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_ACCESS_DENIED squid-5.0.4/errors/ar/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ar/ERR_ACCESS_DENIED	2020-06-09 18:59:28.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_ACCESS_DENIED	2020-08-23 05:40:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 18:59:28.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:40:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ar/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ar/ERR_AGENT_CONFIGURE	2020-06-09 18:59:28.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_AGENT_CONFIGURE	2020-08-23 05:40:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ar/ERR_AGENT_WPAD squid-5.0.4/errors/ar/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ar/ERR_AGENT_WPAD	2020-06-09 18:59:29.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_AGENT_WPAD	2020-08-23 05:40:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ar/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ar/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ar/ERR_CACHE_ACCESS_DENIED	2020-06-09 18:59:29.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:40:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 18:59:29.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:40:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_CANNOT_FORWARD squid-5.0.4/errors/ar/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ar/ERR_CANNOT_FORWARD	2020-06-09 18:59:30.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_CANNOT_FORWARD	2020-08-23 05:40:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_CONFLICT_HOST squid-5.0.4/errors/ar/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ar/ERR_CONFLICT_HOST	2020-06-09 18:59:30.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_CONFLICT_HOST	2020-08-23 05:40:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_CONNECT_FAIL squid-5.0.4/errors/ar/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ar/ERR_CONNECT_FAIL	2020-06-09 18:59:30.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_CONNECT_FAIL	2020-08-23 05:40:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_DIR_LISTING squid-5.0.4/errors/ar/ERR_DIR_LISTING
--- squid-5.0.3/errors/ar/ERR_DIR_LISTING	2020-06-09 18:59:31.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_DIR_LISTING	2020-08-23 05:40:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_DNS_FAIL squid-5.0.4/errors/ar/ERR_DNS_FAIL
--- squid-5.0.3/errors/ar/ERR_DNS_FAIL	2020-06-09 18:59:31.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_DNS_FAIL	2020-08-23 05:40:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_ESI squid-5.0.4/errors/ar/ERR_ESI
--- squid-5.0.3/errors/ar/ERR_ESI	2020-06-09 18:59:31.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_ESI	2020-08-23 05:40:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FORWARDING_DENIED squid-5.0.4/errors/ar/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ar/ERR_FORWARDING_DENIED	2020-06-09 18:59:32.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FORWARDING_DENIED	2020-08-23 05:40:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_DISABLED squid-5.0.4/errors/ar/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ar/ERR_FTP_DISABLED	2020-06-09 18:59:32.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_DISABLED	2020-08-23 05:40:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_FAILURE squid-5.0.4/errors/ar/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ar/ERR_FTP_FAILURE	2020-06-09 18:59:32.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_FAILURE	2020-08-23 05:40:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ar/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ar/ERR_FTP_FORBIDDEN	2020-06-09 18:59:33.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_FORBIDDEN	2020-08-23 05:40:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ar/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ar/ERR_FTP_NOT_FOUND	2020-06-09 18:59:33.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_NOT_FOUND	2020-08-23 05:40:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ar/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ar/ERR_FTP_PUT_CREATED	2020-06-09 18:59:33.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_PUT_CREATED	2020-08-23 05:40:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ar/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ar/ERR_FTP_PUT_ERROR	2020-06-09 18:59:34.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_PUT_ERROR	2020-08-23 05:40:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ar/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ar/ERR_FTP_PUT_MODIFIED	2020-06-09 18:59:34.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_PUT_MODIFIED	2020-08-23 05:40:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ar/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ar/ERR_FTP_UNAVAILABLE	2020-06-09 18:59:34.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_FTP_UNAVAILABLE	2020-08-23 05:40:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ar/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ar/ERR_GATEWAY_FAILURE	2020-06-09 18:59:35.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_GATEWAY_FAILURE	2020-08-23 05:40:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_ICAP_FAILURE squid-5.0.4/errors/ar/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ar/ERR_ICAP_FAILURE	2020-06-09 18:59:35.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_ICAP_FAILURE	2020-08-23 05:40:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_INVALID_REQ squid-5.0.4/errors/ar/ERR_INVALID_REQ
--- squid-5.0.3/errors/ar/ERR_INVALID_REQ	2020-06-09 18:59:35.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_INVALID_REQ	2020-08-23 05:40:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_INVALID_RESP squid-5.0.4/errors/ar/ERR_INVALID_RESP
--- squid-5.0.3/errors/ar/ERR_INVALID_RESP	2020-06-09 18:59:36.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_INVALID_RESP	2020-08-23 05:40:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_INVALID_URL squid-5.0.4/errors/ar/ERR_INVALID_URL
--- squid-5.0.3/errors/ar/ERR_INVALID_URL	2020-06-09 18:59:36.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_INVALID_URL	2020-08-23 05:40:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_LIFETIME_EXP squid-5.0.4/errors/ar/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ar/ERR_LIFETIME_EXP	2020-06-09 18:59:36.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_LIFETIME_EXP	2020-08-23 05:40:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_NO_RELAY squid-5.0.4/errors/ar/ERR_NO_RELAY
--- squid-5.0.3/errors/ar/ERR_NO_RELAY	2020-06-09 18:59:37.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_NO_RELAY	2020-08-23 05:40:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ar/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ar/ERR_ONLY_IF_CACHED_MISS	2020-06-09 18:59:37.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:40:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ar/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ar/ERR_PRECONDITION_FAILED	2020-06-09 18:59:37.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_PRECONDITION_FAILED	2020-08-23 05:40:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ar/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ar/ERR_PROTOCOL_UNKNOWN	2020-06-09 18:59:38.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:40:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_READ_ERROR squid-5.0.4/errors/ar/ERR_READ_ERROR
--- squid-5.0.3/errors/ar/ERR_READ_ERROR	2020-06-09 18:59:38.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_READ_ERROR	2020-08-23 05:40:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_READ_TIMEOUT squid-5.0.4/errors/ar/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ar/ERR_READ_TIMEOUT	2020-06-09 18:59:38.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_READ_TIMEOUT	2020-08-23 05:40:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ar/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ar/ERR_SECURE_CONNECT_FAIL	2020-06-09 18:59:39.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:40:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_SHUTTING_DOWN squid-5.0.4/errors/ar/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ar/ERR_SHUTTING_DOWN	2020-06-09 18:59:39.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_SHUTTING_DOWN	2020-08-23 05:40:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_SOCKET_FAILURE squid-5.0.4/errors/ar/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ar/ERR_SOCKET_FAILURE	2020-06-09 18:59:39.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_SOCKET_FAILURE	2020-08-23 05:40:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_TOO_BIG squid-5.0.4/errors/ar/ERR_TOO_BIG
--- squid-5.0.3/errors/ar/ERR_TOO_BIG	2020-06-09 18:59:40.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_TOO_BIG	2020-08-23 05:40:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ar/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ar/ERR_UNSUP_HTTPVERSION	2020-06-09 18:59:40.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_UNSUP_HTTPVERSION	2020-08-23 05:40:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_UNSUP_REQ squid-5.0.4/errors/ar/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ar/ERR_UNSUP_REQ	2020-06-09 18:59:40.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_UNSUP_REQ	2020-08-23 05:40:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_URN_RESOLVE squid-5.0.4/errors/ar/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ar/ERR_URN_RESOLVE	2020-06-09 18:59:41.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_URN_RESOLVE	2020-08-23 05:40:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_WRITE_ERROR squid-5.0.4/errors/ar/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ar/ERR_WRITE_ERROR	2020-06-09 18:59:41.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_WRITE_ERROR	2020-08-23 05:40:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ar/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ar/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ar/ERR_ZERO_SIZE_OBJECT	2020-06-09 18:59:41.000000000 +1200
+++ squid-5.0.4/errors/ar/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:40:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_ACCESS_DENIED squid-5.0.4/errors/az/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/az/ERR_ACCESS_DENIED	2020-06-09 18:59:42.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_ACCESS_DENIED	2020-08-23 05:40:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 18:59:42.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:40:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_AGENT_CONFIGURE squid-5.0.4/errors/az/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/az/ERR_AGENT_CONFIGURE	2020-06-09 18:59:42.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_AGENT_CONFIGURE	2020-08-23 05:40:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/az/ERR_AGENT_WPAD squid-5.0.4/errors/az/ERR_AGENT_WPAD
--- squid-5.0.3/errors/az/ERR_AGENT_WPAD	2020-06-09 18:59:43.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_AGENT_WPAD	2020-08-23 05:40:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/az/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/az/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/az/ERR_CACHE_ACCESS_DENIED	2020-06-09 18:59:43.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:40:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/az/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 18:59:43.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:40:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_CANNOT_FORWARD squid-5.0.4/errors/az/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/az/ERR_CANNOT_FORWARD	2020-06-09 18:59:44.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_CANNOT_FORWARD	2020-08-23 05:40:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_CONFLICT_HOST squid-5.0.4/errors/az/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/az/ERR_CONFLICT_HOST	2020-06-09 18:59:44.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_CONFLICT_HOST	2020-08-23 05:40:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_CONNECT_FAIL squid-5.0.4/errors/az/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/az/ERR_CONNECT_FAIL	2020-06-09 18:59:44.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_CONNECT_FAIL	2020-08-23 05:40:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_DIR_LISTING squid-5.0.4/errors/az/ERR_DIR_LISTING
--- squid-5.0.3/errors/az/ERR_DIR_LISTING	2020-06-09 18:59:45.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_DIR_LISTING	2020-08-23 05:40:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_DNS_FAIL squid-5.0.4/errors/az/ERR_DNS_FAIL
--- squid-5.0.3/errors/az/ERR_DNS_FAIL	2020-06-09 18:59:45.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_DNS_FAIL	2020-08-23 05:40:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_ESI squid-5.0.4/errors/az/ERR_ESI
--- squid-5.0.3/errors/az/ERR_ESI	2020-06-09 18:59:45.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_ESI	2020-08-23 05:40:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FORWARDING_DENIED squid-5.0.4/errors/az/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/az/ERR_FORWARDING_DENIED	2020-06-09 18:59:46.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FORWARDING_DENIED	2020-08-23 05:40:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_DISABLED squid-5.0.4/errors/az/ERR_FTP_DISABLED
--- squid-5.0.3/errors/az/ERR_FTP_DISABLED	2020-06-09 18:59:46.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_DISABLED	2020-08-23 05:40:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_FAILURE squid-5.0.4/errors/az/ERR_FTP_FAILURE
--- squid-5.0.3/errors/az/ERR_FTP_FAILURE	2020-06-09 18:59:46.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_FAILURE	2020-08-23 05:40:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_FORBIDDEN squid-5.0.4/errors/az/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/az/ERR_FTP_FORBIDDEN	2020-06-09 18:59:47.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_FORBIDDEN	2020-08-23 05:40:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_NOT_FOUND squid-5.0.4/errors/az/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/az/ERR_FTP_NOT_FOUND	2020-06-09 18:59:47.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_NOT_FOUND	2020-08-23 05:40:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_PUT_CREATED squid-5.0.4/errors/az/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/az/ERR_FTP_PUT_CREATED	2020-06-09 18:59:47.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_PUT_CREATED	2020-08-23 05:40:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_PUT_ERROR squid-5.0.4/errors/az/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/az/ERR_FTP_PUT_ERROR	2020-06-09 18:59:48.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_PUT_ERROR	2020-08-23 05:40:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/az/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/az/ERR_FTP_PUT_MODIFIED	2020-06-09 18:59:48.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_PUT_MODIFIED	2020-08-23 05:40:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/az/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/az/ERR_FTP_UNAVAILABLE	2020-06-09 18:59:48.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_FTP_UNAVAILABLE	2020-08-23 05:40:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_GATEWAY_FAILURE squid-5.0.4/errors/az/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/az/ERR_GATEWAY_FAILURE	2020-06-09 18:59:49.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_GATEWAY_FAILURE	2020-08-23 05:40:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_ICAP_FAILURE squid-5.0.4/errors/az/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/az/ERR_ICAP_FAILURE	2020-06-09 18:59:49.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_ICAP_FAILURE	2020-08-23 05:40:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_INVALID_REQ squid-5.0.4/errors/az/ERR_INVALID_REQ
--- squid-5.0.3/errors/az/ERR_INVALID_REQ	2020-06-09 18:59:49.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_INVALID_REQ	2020-08-23 05:40:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_INVALID_RESP squid-5.0.4/errors/az/ERR_INVALID_RESP
--- squid-5.0.3/errors/az/ERR_INVALID_RESP	2020-06-09 18:59:50.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_INVALID_RESP	2020-08-23 05:40:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_INVALID_URL squid-5.0.4/errors/az/ERR_INVALID_URL
--- squid-5.0.3/errors/az/ERR_INVALID_URL	2020-06-09 18:59:50.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_INVALID_URL	2020-08-23 05:40:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_LIFETIME_EXP squid-5.0.4/errors/az/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/az/ERR_LIFETIME_EXP	2020-06-09 18:59:50.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_LIFETIME_EXP	2020-08-23 05:40:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_NO_RELAY squid-5.0.4/errors/az/ERR_NO_RELAY
--- squid-5.0.3/errors/az/ERR_NO_RELAY	2020-06-09 18:59:51.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_NO_RELAY	2020-08-23 05:40:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/az/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/az/ERR_ONLY_IF_CACHED_MISS	2020-06-09 18:59:51.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:40:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_PRECONDITION_FAILED squid-5.0.4/errors/az/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/az/ERR_PRECONDITION_FAILED	2020-06-09 18:59:51.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_PRECONDITION_FAILED	2020-08-23 05:40:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/az/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/az/ERR_PROTOCOL_UNKNOWN	2020-06-09 18:59:52.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:40:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_READ_ERROR squid-5.0.4/errors/az/ERR_READ_ERROR
--- squid-5.0.3/errors/az/ERR_READ_ERROR	2020-06-09 18:59:52.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_READ_ERROR	2020-08-23 05:40:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_READ_TIMEOUT squid-5.0.4/errors/az/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/az/ERR_READ_TIMEOUT	2020-06-09 18:59:52.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_READ_TIMEOUT	2020-08-23 05:40:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/az/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/az/ERR_SECURE_CONNECT_FAIL	2020-06-09 18:59:53.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:40:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_SHUTTING_DOWN squid-5.0.4/errors/az/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/az/ERR_SHUTTING_DOWN	2020-06-09 18:59:53.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_SHUTTING_DOWN	2020-08-23 05:40:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_SOCKET_FAILURE squid-5.0.4/errors/az/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/az/ERR_SOCKET_FAILURE	2020-06-09 18:59:53.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_SOCKET_FAILURE	2020-08-23 05:40:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_TOO_BIG squid-5.0.4/errors/az/ERR_TOO_BIG
--- squid-5.0.3/errors/az/ERR_TOO_BIG	2020-06-09 18:59:54.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_TOO_BIG	2020-08-23 05:40:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/az/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/az/ERR_UNSUP_HTTPVERSION	2020-06-09 18:59:54.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_UNSUP_HTTPVERSION	2020-08-23 05:40:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_UNSUP_REQ squid-5.0.4/errors/az/ERR_UNSUP_REQ
--- squid-5.0.3/errors/az/ERR_UNSUP_REQ	2020-06-09 18:59:54.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_UNSUP_REQ	2020-08-23 05:40:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_URN_RESOLVE squid-5.0.4/errors/az/ERR_URN_RESOLVE
--- squid-5.0.3/errors/az/ERR_URN_RESOLVE	2020-06-09 18:59:55.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_URN_RESOLVE	2020-08-23 05:40:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_WRITE_ERROR squid-5.0.4/errors/az/ERR_WRITE_ERROR
--- squid-5.0.3/errors/az/ERR_WRITE_ERROR	2020-06-09 18:59:55.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_WRITE_ERROR	2020-08-23 05:40:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/az/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/az/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/az/ERR_ZERO_SIZE_OBJECT	2020-06-09 18:59:55.000000000 +1200
+++ squid-5.0.4/errors/az/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:40:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_ACCESS_DENIED squid-5.0.4/errors/bg/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/bg/ERR_ACCESS_DENIED	2020-06-09 18:59:56.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_ACCESS_DENIED	2020-08-23 05:40:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 18:59:56.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:40:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_AGENT_CONFIGURE squid-5.0.4/errors/bg/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/bg/ERR_AGENT_CONFIGURE	2020-06-09 18:59:56.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_AGENT_CONFIGURE	2020-08-23 05:40:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Как да намерите тези настройки на Вашия браузер:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Инструменти -&gt; Опции за интернет -&gt; Връзки -&gt; LAN настройки -&gt; Прокси сървър</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/bg/ERR_AGENT_WPAD squid-5.0.4/errors/bg/ERR_AGENT_WPAD
--- squid-5.0.3/errors/bg/ERR_AGENT_WPAD	2020-06-09 18:59:57.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_AGENT_WPAD	2020-08-23 05:40:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Как да намерите тези настройки на Вашия браузер:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Инструменти -&gt; Опции за интернет -&gt; Връзки -&gt; LAN настройки -&gt; Прокси сървър</li>
 <li>Изберете Автоматично откриване на настройките.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Изберете Използване на Автоматично конфигуриране на прокси сървър.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/bg/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/bg/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/bg/ERR_CACHE_ACCESS_DENIED	2020-06-09 18:59:57.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:40:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 18:59:57.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:40:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_CANNOT_FORWARD squid-5.0.4/errors/bg/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/bg/ERR_CANNOT_FORWARD	2020-06-09 18:59:58.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_CANNOT_FORWARD	2020-08-23 05:40:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_CONFLICT_HOST squid-5.0.4/errors/bg/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/bg/ERR_CONFLICT_HOST	2020-06-09 18:59:58.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_CONFLICT_HOST	2020-08-23 05:40:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_CONNECT_FAIL squid-5.0.4/errors/bg/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/bg/ERR_CONNECT_FAIL	2020-06-09 18:59:58.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_CONNECT_FAIL	2020-08-23 05:40:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_DIR_LISTING squid-5.0.4/errors/bg/ERR_DIR_LISTING
--- squid-5.0.3/errors/bg/ERR_DIR_LISTING	2020-06-09 18:59:59.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_DIR_LISTING	2020-08-23 05:41:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_DNS_FAIL squid-5.0.4/errors/bg/ERR_DNS_FAIL
--- squid-5.0.3/errors/bg/ERR_DNS_FAIL	2020-06-09 18:59:59.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_DNS_FAIL	2020-08-23 05:41:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_ESI squid-5.0.4/errors/bg/ERR_ESI
--- squid-5.0.3/errors/bg/ERR_ESI	2020-06-09 18:59:59.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_ESI	2020-08-23 05:41:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FORWARDING_DENIED squid-5.0.4/errors/bg/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/bg/ERR_FORWARDING_DENIED	2020-06-09 19:00:00.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FORWARDING_DENIED	2020-08-23 05:41:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_DISABLED squid-5.0.4/errors/bg/ERR_FTP_DISABLED
--- squid-5.0.3/errors/bg/ERR_FTP_DISABLED	2020-06-09 19:00:00.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_DISABLED	2020-08-23 05:41:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_FAILURE squid-5.0.4/errors/bg/ERR_FTP_FAILURE
--- squid-5.0.3/errors/bg/ERR_FTP_FAILURE	2020-06-09 19:00:00.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_FAILURE	2020-08-23 05:41:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_FORBIDDEN squid-5.0.4/errors/bg/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/bg/ERR_FTP_FORBIDDEN	2020-06-09 19:00:01.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_FORBIDDEN	2020-08-23 05:41:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_NOT_FOUND squid-5.0.4/errors/bg/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/bg/ERR_FTP_NOT_FOUND	2020-06-09 19:00:01.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_NOT_FOUND	2020-08-23 05:41:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_PUT_CREATED squid-5.0.4/errors/bg/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/bg/ERR_FTP_PUT_CREATED	2020-06-09 19:00:01.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_PUT_CREATED	2020-08-23 05:41:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_PUT_ERROR squid-5.0.4/errors/bg/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/bg/ERR_FTP_PUT_ERROR	2020-06-09 19:00:02.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_PUT_ERROR	2020-08-23 05:41:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/bg/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/bg/ERR_FTP_PUT_MODIFIED	2020-06-09 19:00:02.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_PUT_MODIFIED	2020-08-23 05:41:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/bg/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/bg/ERR_FTP_UNAVAILABLE	2020-06-09 19:00:02.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_FTP_UNAVAILABLE	2020-08-23 05:41:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_GATEWAY_FAILURE squid-5.0.4/errors/bg/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/bg/ERR_GATEWAY_FAILURE	2020-06-09 19:00:03.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_GATEWAY_FAILURE	2020-08-23 05:41:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_ICAP_FAILURE squid-5.0.4/errors/bg/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/bg/ERR_ICAP_FAILURE	2020-06-09 19:00:03.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_ICAP_FAILURE	2020-08-23 05:41:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_INVALID_REQ squid-5.0.4/errors/bg/ERR_INVALID_REQ
--- squid-5.0.3/errors/bg/ERR_INVALID_REQ	2020-06-09 19:00:03.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_INVALID_REQ	2020-08-23 05:41:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_INVALID_RESP squid-5.0.4/errors/bg/ERR_INVALID_RESP
--- squid-5.0.3/errors/bg/ERR_INVALID_RESP	2020-06-09 19:00:04.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_INVALID_RESP	2020-08-23 05:41:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_INVALID_URL squid-5.0.4/errors/bg/ERR_INVALID_URL
--- squid-5.0.3/errors/bg/ERR_INVALID_URL	2020-06-09 19:00:04.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_INVALID_URL	2020-08-23 05:41:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_LIFETIME_EXP squid-5.0.4/errors/bg/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/bg/ERR_LIFETIME_EXP	2020-06-09 19:00:04.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_LIFETIME_EXP	2020-08-23 05:41:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_NO_RELAY squid-5.0.4/errors/bg/ERR_NO_RELAY
--- squid-5.0.3/errors/bg/ERR_NO_RELAY	2020-06-09 19:00:05.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_NO_RELAY	2020-08-23 05:41:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/bg/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/bg/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:00:05.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:41:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_PRECONDITION_FAILED squid-5.0.4/errors/bg/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/bg/ERR_PRECONDITION_FAILED	2020-06-09 19:00:05.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_PRECONDITION_FAILED	2020-08-23 05:41:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/bg/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/bg/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:00:06.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:41:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_READ_ERROR squid-5.0.4/errors/bg/ERR_READ_ERROR
--- squid-5.0.3/errors/bg/ERR_READ_ERROR	2020-06-09 19:00:06.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_READ_ERROR	2020-08-23 05:41:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_READ_TIMEOUT squid-5.0.4/errors/bg/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/bg/ERR_READ_TIMEOUT	2020-06-09 19:00:06.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_READ_TIMEOUT	2020-08-23 05:41:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/bg/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/bg/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:00:07.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:41:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_SHUTTING_DOWN squid-5.0.4/errors/bg/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/bg/ERR_SHUTTING_DOWN	2020-06-09 19:00:07.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_SHUTTING_DOWN	2020-08-23 05:41:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_SOCKET_FAILURE squid-5.0.4/errors/bg/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/bg/ERR_SOCKET_FAILURE	2020-06-09 19:00:07.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_SOCKET_FAILURE	2020-08-23 05:41:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_TOO_BIG squid-5.0.4/errors/bg/ERR_TOO_BIG
--- squid-5.0.3/errors/bg/ERR_TOO_BIG	2020-06-09 19:00:08.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_TOO_BIG	2020-08-23 05:41:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/bg/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/bg/ERR_UNSUP_HTTPVERSION	2020-06-09 19:00:08.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_UNSUP_HTTPVERSION	2020-08-23 05:41:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_UNSUP_REQ squid-5.0.4/errors/bg/ERR_UNSUP_REQ
--- squid-5.0.3/errors/bg/ERR_UNSUP_REQ	2020-06-09 19:00:08.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_UNSUP_REQ	2020-08-23 05:41:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_URN_RESOLVE squid-5.0.4/errors/bg/ERR_URN_RESOLVE
--- squid-5.0.3/errors/bg/ERR_URN_RESOLVE	2020-06-09 19:00:09.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_URN_RESOLVE	2020-08-23 05:41:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_WRITE_ERROR squid-5.0.4/errors/bg/ERR_WRITE_ERROR
--- squid-5.0.3/errors/bg/ERR_WRITE_ERROR	2020-06-09 19:00:09.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_WRITE_ERROR	2020-08-23 05:41:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/bg/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/bg/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/bg/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:00:09.000000000 +1200
+++ squid-5.0.4/errors/bg/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:41:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_ACCESS_DENIED squid-5.0.4/errors/ca/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ca/ERR_ACCESS_DENIED	2020-06-09 19:00:10.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_ACCESS_DENIED	2020-08-23 05:41:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:00:10.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:41:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ca/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ca/ERR_AGENT_CONFIGURE	2020-06-09 19:00:10.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_AGENT_CONFIGURE	2020-08-23 05:41:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ca/ERR_AGENT_WPAD squid-5.0.4/errors/ca/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ca/ERR_AGENT_WPAD	2020-06-09 19:00:11.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_AGENT_WPAD	2020-08-23 05:41:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ca/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ca/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ca/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:00:11.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:41:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:00:11.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:41:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_CANNOT_FORWARD squid-5.0.4/errors/ca/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ca/ERR_CANNOT_FORWARD	2020-06-09 19:00:12.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_CANNOT_FORWARD	2020-08-23 05:41:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_CONFLICT_HOST squid-5.0.4/errors/ca/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ca/ERR_CONFLICT_HOST	2020-06-09 19:00:12.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_CONFLICT_HOST	2020-08-23 05:41:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_CONNECT_FAIL squid-5.0.4/errors/ca/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ca/ERR_CONNECT_FAIL	2020-06-09 19:00:12.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_CONNECT_FAIL	2020-08-23 05:41:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_DIR_LISTING squid-5.0.4/errors/ca/ERR_DIR_LISTING
--- squid-5.0.3/errors/ca/ERR_DIR_LISTING	2020-06-09 19:00:13.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_DIR_LISTING	2020-08-23 05:41:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_DNS_FAIL squid-5.0.4/errors/ca/ERR_DNS_FAIL
--- squid-5.0.3/errors/ca/ERR_DNS_FAIL	2020-06-09 19:00:13.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_DNS_FAIL	2020-08-23 05:41:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_ESI squid-5.0.4/errors/ca/ERR_ESI
--- squid-5.0.3/errors/ca/ERR_ESI	2020-06-09 19:00:13.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_ESI	2020-08-23 05:41:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FORWARDING_DENIED squid-5.0.4/errors/ca/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ca/ERR_FORWARDING_DENIED	2020-06-09 19:00:14.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FORWARDING_DENIED	2020-08-23 05:41:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_DISABLED squid-5.0.4/errors/ca/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ca/ERR_FTP_DISABLED	2020-06-09 19:00:14.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_DISABLED	2020-08-23 05:41:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_FAILURE squid-5.0.4/errors/ca/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ca/ERR_FTP_FAILURE	2020-06-09 19:00:14.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_FAILURE	2020-08-23 05:41:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ca/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ca/ERR_FTP_FORBIDDEN	2020-06-09 19:00:15.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_FORBIDDEN	2020-08-23 05:41:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ca/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ca/ERR_FTP_NOT_FOUND	2020-06-09 19:00:15.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_NOT_FOUND	2020-08-23 05:41:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ca/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ca/ERR_FTP_PUT_CREATED	2020-06-09 19:00:15.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_PUT_CREATED	2020-08-23 05:41:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ca/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ca/ERR_FTP_PUT_ERROR	2020-06-09 19:00:16.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_PUT_ERROR	2020-08-23 05:41:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ca/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ca/ERR_FTP_PUT_MODIFIED	2020-06-09 19:00:16.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_PUT_MODIFIED	2020-08-23 05:41:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ca/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ca/ERR_FTP_UNAVAILABLE	2020-06-09 19:00:16.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_FTP_UNAVAILABLE	2020-08-23 05:41:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ca/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ca/ERR_GATEWAY_FAILURE	2020-06-09 19:00:17.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_GATEWAY_FAILURE	2020-08-23 05:41:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_ICAP_FAILURE squid-5.0.4/errors/ca/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ca/ERR_ICAP_FAILURE	2020-06-09 19:00:17.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_ICAP_FAILURE	2020-08-23 05:41:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_INVALID_REQ squid-5.0.4/errors/ca/ERR_INVALID_REQ
--- squid-5.0.3/errors/ca/ERR_INVALID_REQ	2020-06-09 19:00:17.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_INVALID_REQ	2020-08-23 05:41:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_INVALID_RESP squid-5.0.4/errors/ca/ERR_INVALID_RESP
--- squid-5.0.3/errors/ca/ERR_INVALID_RESP	2020-06-09 19:00:18.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_INVALID_RESP	2020-08-23 05:41:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_INVALID_URL squid-5.0.4/errors/ca/ERR_INVALID_URL
--- squid-5.0.3/errors/ca/ERR_INVALID_URL	2020-06-09 19:00:18.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_INVALID_URL	2020-08-23 05:41:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_LIFETIME_EXP squid-5.0.4/errors/ca/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ca/ERR_LIFETIME_EXP	2020-06-09 19:00:18.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_LIFETIME_EXP	2020-08-23 05:41:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_NO_RELAY squid-5.0.4/errors/ca/ERR_NO_RELAY
--- squid-5.0.3/errors/ca/ERR_NO_RELAY	2020-06-09 19:00:19.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_NO_RELAY	2020-08-23 05:41:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ca/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ca/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:00:19.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:41:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ca/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ca/ERR_PRECONDITION_FAILED	2020-06-09 19:00:19.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_PRECONDITION_FAILED	2020-08-23 05:41:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ca/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ca/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:00:20.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:41:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_READ_ERROR squid-5.0.4/errors/ca/ERR_READ_ERROR
--- squid-5.0.3/errors/ca/ERR_READ_ERROR	2020-06-09 19:00:20.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_READ_ERROR	2020-08-23 05:41:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_READ_TIMEOUT squid-5.0.4/errors/ca/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ca/ERR_READ_TIMEOUT	2020-06-09 19:00:21.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_READ_TIMEOUT	2020-08-23 05:41:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ca/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ca/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:00:21.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:41:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_SHUTTING_DOWN squid-5.0.4/errors/ca/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ca/ERR_SHUTTING_DOWN	2020-06-09 19:00:21.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_SHUTTING_DOWN	2020-08-23 05:41:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_SOCKET_FAILURE squid-5.0.4/errors/ca/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ca/ERR_SOCKET_FAILURE	2020-06-09 19:00:22.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_SOCKET_FAILURE	2020-08-23 05:41:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_TOO_BIG squid-5.0.4/errors/ca/ERR_TOO_BIG
--- squid-5.0.3/errors/ca/ERR_TOO_BIG	2020-06-09 19:00:22.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_TOO_BIG	2020-08-23 05:41:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ca/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ca/ERR_UNSUP_HTTPVERSION	2020-06-09 19:00:22.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_UNSUP_HTTPVERSION	2020-08-23 05:41:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_UNSUP_REQ squid-5.0.4/errors/ca/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ca/ERR_UNSUP_REQ	2020-06-09 19:00:23.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_UNSUP_REQ	2020-08-23 05:41:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_URN_RESOLVE squid-5.0.4/errors/ca/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ca/ERR_URN_RESOLVE	2020-06-09 19:00:23.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_URN_RESOLVE	2020-08-23 05:41:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_WRITE_ERROR squid-5.0.4/errors/ca/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ca/ERR_WRITE_ERROR	2020-06-09 19:00:24.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_WRITE_ERROR	2020-08-23 05:41:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ca/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ca/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ca/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:00:24.000000000 +1200
+++ squid-5.0.4/errors/ca/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:41:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_ACCESS_DENIED squid-5.0.4/errors/cs/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/cs/ERR_ACCESS_DENIED	2020-06-09 19:00:24.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_ACCESS_DENIED	2020-08-23 05:41:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:00:25.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:41:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_AGENT_CONFIGURE squid-5.0.4/errors/cs/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/cs/ERR_AGENT_CONFIGURE	2020-06-09 19:00:25.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_AGENT_CONFIGURE	2020-08-23 05:41:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/cs/ERR_AGENT_WPAD squid-5.0.4/errors/cs/ERR_AGENT_WPAD
--- squid-5.0.3/errors/cs/ERR_AGENT_WPAD	2020-06-09 19:00:25.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_AGENT_WPAD	2020-08-23 05:41:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/cs/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/cs/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/cs/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:00:26.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:41:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:00:26.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:41:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_CANNOT_FORWARD squid-5.0.4/errors/cs/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/cs/ERR_CANNOT_FORWARD	2020-06-09 19:00:26.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_CANNOT_FORWARD	2020-08-23 05:41:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_CONFLICT_HOST squid-5.0.4/errors/cs/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/cs/ERR_CONFLICT_HOST	2020-06-09 19:00:27.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_CONFLICT_HOST	2020-08-23 05:41:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_CONNECT_FAIL squid-5.0.4/errors/cs/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/cs/ERR_CONNECT_FAIL	2020-06-09 19:00:27.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_CONNECT_FAIL	2020-08-23 05:41:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_DIR_LISTING squid-5.0.4/errors/cs/ERR_DIR_LISTING
--- squid-5.0.3/errors/cs/ERR_DIR_LISTING	2020-06-09 19:00:28.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_DIR_LISTING	2020-08-23 05:41:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_DNS_FAIL squid-5.0.4/errors/cs/ERR_DNS_FAIL
--- squid-5.0.3/errors/cs/ERR_DNS_FAIL	2020-06-09 19:00:28.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_DNS_FAIL	2020-08-23 05:41:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_ESI squid-5.0.4/errors/cs/ERR_ESI
--- squid-5.0.3/errors/cs/ERR_ESI	2020-06-09 19:00:28.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_ESI	2020-08-23 05:41:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FORWARDING_DENIED squid-5.0.4/errors/cs/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/cs/ERR_FORWARDING_DENIED	2020-06-09 19:00:29.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FORWARDING_DENIED	2020-08-23 05:41:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_DISABLED squid-5.0.4/errors/cs/ERR_FTP_DISABLED
--- squid-5.0.3/errors/cs/ERR_FTP_DISABLED	2020-06-09 19:00:29.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_DISABLED	2020-08-23 05:41:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_FAILURE squid-5.0.4/errors/cs/ERR_FTP_FAILURE
--- squid-5.0.3/errors/cs/ERR_FTP_FAILURE	2020-06-09 19:00:29.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_FAILURE	2020-08-23 05:41:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_FORBIDDEN squid-5.0.4/errors/cs/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/cs/ERR_FTP_FORBIDDEN	2020-06-09 19:00:30.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_FORBIDDEN	2020-08-23 05:41:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_NOT_FOUND squid-5.0.4/errors/cs/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/cs/ERR_FTP_NOT_FOUND	2020-06-09 19:00:30.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_NOT_FOUND	2020-08-23 05:41:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_PUT_CREATED squid-5.0.4/errors/cs/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/cs/ERR_FTP_PUT_CREATED	2020-06-09 19:00:30.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_PUT_CREATED	2020-08-23 05:41:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_PUT_ERROR squid-5.0.4/errors/cs/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/cs/ERR_FTP_PUT_ERROR	2020-06-09 19:00:31.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_PUT_ERROR	2020-08-23 05:41:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/cs/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/cs/ERR_FTP_PUT_MODIFIED	2020-06-09 19:00:31.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_PUT_MODIFIED	2020-08-23 05:41:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/cs/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/cs/ERR_FTP_UNAVAILABLE	2020-06-09 19:00:32.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_FTP_UNAVAILABLE	2020-08-23 05:41:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_GATEWAY_FAILURE squid-5.0.4/errors/cs/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/cs/ERR_GATEWAY_FAILURE	2020-06-09 19:00:32.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_GATEWAY_FAILURE	2020-08-23 05:41:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_ICAP_FAILURE squid-5.0.4/errors/cs/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/cs/ERR_ICAP_FAILURE	2020-06-09 19:00:32.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_ICAP_FAILURE	2020-08-23 05:41:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_INVALID_REQ squid-5.0.4/errors/cs/ERR_INVALID_REQ
--- squid-5.0.3/errors/cs/ERR_INVALID_REQ	2020-06-09 19:00:33.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_INVALID_REQ	2020-08-23 05:41:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_INVALID_RESP squid-5.0.4/errors/cs/ERR_INVALID_RESP
--- squid-5.0.3/errors/cs/ERR_INVALID_RESP	2020-06-09 19:00:33.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_INVALID_RESP	2020-08-23 05:41:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_INVALID_URL squid-5.0.4/errors/cs/ERR_INVALID_URL
--- squid-5.0.3/errors/cs/ERR_INVALID_URL	2020-06-09 19:00:33.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_INVALID_URL	2020-08-23 05:41:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_LIFETIME_EXP squid-5.0.4/errors/cs/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/cs/ERR_LIFETIME_EXP	2020-06-09 19:00:34.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_LIFETIME_EXP	2020-08-23 05:41:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_NO_RELAY squid-5.0.4/errors/cs/ERR_NO_RELAY
--- squid-5.0.3/errors/cs/ERR_NO_RELAY	2020-06-09 19:00:34.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_NO_RELAY	2020-08-23 05:41:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/cs/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/cs/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:00:34.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:41:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_PRECONDITION_FAILED squid-5.0.4/errors/cs/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/cs/ERR_PRECONDITION_FAILED	2020-06-09 19:00:35.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_PRECONDITION_FAILED	2020-08-23 05:41:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/cs/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/cs/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:00:35.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:41:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_READ_ERROR squid-5.0.4/errors/cs/ERR_READ_ERROR
--- squid-5.0.3/errors/cs/ERR_READ_ERROR	2020-06-09 19:00:35.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_READ_ERROR	2020-08-23 05:41:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_READ_TIMEOUT squid-5.0.4/errors/cs/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/cs/ERR_READ_TIMEOUT	2020-06-09 19:00:36.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_READ_TIMEOUT	2020-08-23 05:41:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/cs/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/cs/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:00:36.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:41:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_SHUTTING_DOWN squid-5.0.4/errors/cs/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/cs/ERR_SHUTTING_DOWN	2020-06-09 19:00:37.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_SHUTTING_DOWN	2020-08-23 05:41:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_SOCKET_FAILURE squid-5.0.4/errors/cs/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/cs/ERR_SOCKET_FAILURE	2020-06-09 19:00:37.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_SOCKET_FAILURE	2020-08-23 05:41:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_TOO_BIG squid-5.0.4/errors/cs/ERR_TOO_BIG
--- squid-5.0.3/errors/cs/ERR_TOO_BIG	2020-06-09 19:00:37.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_TOO_BIG	2020-08-23 05:41:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/cs/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/cs/ERR_UNSUP_HTTPVERSION	2020-06-09 19:00:38.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_UNSUP_HTTPVERSION	2020-08-23 05:41:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_UNSUP_REQ squid-5.0.4/errors/cs/ERR_UNSUP_REQ
--- squid-5.0.3/errors/cs/ERR_UNSUP_REQ	2020-06-09 19:00:38.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_UNSUP_REQ	2020-08-23 05:41:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_URN_RESOLVE squid-5.0.4/errors/cs/ERR_URN_RESOLVE
--- squid-5.0.3/errors/cs/ERR_URN_RESOLVE	2020-06-09 19:00:38.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_URN_RESOLVE	2020-08-23 05:41:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_WRITE_ERROR squid-5.0.4/errors/cs/ERR_WRITE_ERROR
--- squid-5.0.3/errors/cs/ERR_WRITE_ERROR	2020-06-09 19:00:39.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_WRITE_ERROR	2020-08-23 05:41:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/cs/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/cs/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/cs/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:00:39.000000000 +1200
+++ squid-5.0.4/errors/cs/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:41:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_ACCESS_DENIED squid-5.0.4/errors/da/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/da/ERR_ACCESS_DENIED	2020-06-09 19:00:39.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_ACCESS_DENIED	2020-08-23 05:41:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:00:40.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:41:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_AGENT_CONFIGURE squid-5.0.4/errors/da/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/da/ERR_AGENT_CONFIGURE	2020-06-09 19:00:40.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_AGENT_CONFIGURE	2020-08-23 05:41:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/da/ERR_AGENT_WPAD squid-5.0.4/errors/da/ERR_AGENT_WPAD
--- squid-5.0.3/errors/da/ERR_AGENT_WPAD	2020-06-09 19:00:40.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_AGENT_WPAD	2020-08-23 05:41:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/da/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/da/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/da/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:00:41.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:41:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/da/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:00:41.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:41:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_CANNOT_FORWARD squid-5.0.4/errors/da/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/da/ERR_CANNOT_FORWARD	2020-06-09 19:00:41.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_CANNOT_FORWARD	2020-08-23 05:41:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_CONFLICT_HOST squid-5.0.4/errors/da/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/da/ERR_CONFLICT_HOST	2020-06-09 19:00:42.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_CONFLICT_HOST	2020-08-23 05:41:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_CONNECT_FAIL squid-5.0.4/errors/da/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/da/ERR_CONNECT_FAIL	2020-06-09 19:00:42.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_CONNECT_FAIL	2020-08-23 05:41:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_DIR_LISTING squid-5.0.4/errors/da/ERR_DIR_LISTING
--- squid-5.0.3/errors/da/ERR_DIR_LISTING	2020-06-09 19:00:42.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_DIR_LISTING	2020-08-23 05:41:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_DNS_FAIL squid-5.0.4/errors/da/ERR_DNS_FAIL
--- squid-5.0.3/errors/da/ERR_DNS_FAIL	2020-06-09 19:00:43.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_DNS_FAIL	2020-08-23 05:41:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_ESI squid-5.0.4/errors/da/ERR_ESI
--- squid-5.0.3/errors/da/ERR_ESI	2020-06-09 19:00:43.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_ESI	2020-08-23 05:41:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FORWARDING_DENIED squid-5.0.4/errors/da/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/da/ERR_FORWARDING_DENIED	2020-06-09 19:00:44.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FORWARDING_DENIED	2020-08-23 05:41:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_DISABLED squid-5.0.4/errors/da/ERR_FTP_DISABLED
--- squid-5.0.3/errors/da/ERR_FTP_DISABLED	2020-06-09 19:00:44.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_DISABLED	2020-08-23 05:41:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_FAILURE squid-5.0.4/errors/da/ERR_FTP_FAILURE
--- squid-5.0.3/errors/da/ERR_FTP_FAILURE	2020-06-09 19:00:44.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_FAILURE	2020-08-23 05:41:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_FORBIDDEN squid-5.0.4/errors/da/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/da/ERR_FTP_FORBIDDEN	2020-06-09 19:00:45.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_FORBIDDEN	2020-08-23 05:41:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_NOT_FOUND squid-5.0.4/errors/da/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/da/ERR_FTP_NOT_FOUND	2020-06-09 19:00:45.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_NOT_FOUND	2020-08-23 05:41:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_PUT_CREATED squid-5.0.4/errors/da/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/da/ERR_FTP_PUT_CREATED	2020-06-09 19:00:45.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_PUT_CREATED	2020-08-23 05:41:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_PUT_ERROR squid-5.0.4/errors/da/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/da/ERR_FTP_PUT_ERROR	2020-06-09 19:00:46.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_PUT_ERROR	2020-08-23 05:41:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/da/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/da/ERR_FTP_PUT_MODIFIED	2020-06-09 19:00:46.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_PUT_MODIFIED	2020-08-23 05:41:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/da/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/da/ERR_FTP_UNAVAILABLE	2020-06-09 19:00:46.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_FTP_UNAVAILABLE	2020-08-23 05:41:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_GATEWAY_FAILURE squid-5.0.4/errors/da/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/da/ERR_GATEWAY_FAILURE	2020-06-09 19:00:47.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_GATEWAY_FAILURE	2020-08-23 05:41:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_ICAP_FAILURE squid-5.0.4/errors/da/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/da/ERR_ICAP_FAILURE	2020-06-09 19:00:47.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_ICAP_FAILURE	2020-08-23 05:41:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_INVALID_REQ squid-5.0.4/errors/da/ERR_INVALID_REQ
--- squid-5.0.3/errors/da/ERR_INVALID_REQ	2020-06-09 19:00:47.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_INVALID_REQ	2020-08-23 05:41:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_INVALID_RESP squid-5.0.4/errors/da/ERR_INVALID_RESP
--- squid-5.0.3/errors/da/ERR_INVALID_RESP	2020-06-09 19:00:48.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_INVALID_RESP	2020-08-23 05:41:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_INVALID_URL squid-5.0.4/errors/da/ERR_INVALID_URL
--- squid-5.0.3/errors/da/ERR_INVALID_URL	2020-06-09 19:00:48.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_INVALID_URL	2020-08-23 05:41:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_LIFETIME_EXP squid-5.0.4/errors/da/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/da/ERR_LIFETIME_EXP	2020-06-09 19:00:48.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_LIFETIME_EXP	2020-08-23 05:41:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_NO_RELAY squid-5.0.4/errors/da/ERR_NO_RELAY
--- squid-5.0.3/errors/da/ERR_NO_RELAY	2020-06-09 19:00:49.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_NO_RELAY	2020-08-23 05:41:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/da/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/da/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:00:49.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:41:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_PRECONDITION_FAILED squid-5.0.4/errors/da/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/da/ERR_PRECONDITION_FAILED	2020-06-09 19:00:49.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_PRECONDITION_FAILED	2020-08-23 05:41:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/da/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/da/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:00:50.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:41:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_READ_ERROR squid-5.0.4/errors/da/ERR_READ_ERROR
--- squid-5.0.3/errors/da/ERR_READ_ERROR	2020-06-09 19:00:50.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_READ_ERROR	2020-08-23 05:41:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_READ_TIMEOUT squid-5.0.4/errors/da/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/da/ERR_READ_TIMEOUT	2020-06-09 19:00:50.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_READ_TIMEOUT	2020-08-23 05:41:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/da/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/da/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:00:51.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:41:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_SHUTTING_DOWN squid-5.0.4/errors/da/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/da/ERR_SHUTTING_DOWN	2020-06-09 19:00:51.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_SHUTTING_DOWN	2020-08-23 05:41:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_SOCKET_FAILURE squid-5.0.4/errors/da/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/da/ERR_SOCKET_FAILURE	2020-06-09 19:00:51.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_SOCKET_FAILURE	2020-08-23 05:41:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_TOO_BIG squid-5.0.4/errors/da/ERR_TOO_BIG
--- squid-5.0.3/errors/da/ERR_TOO_BIG	2020-06-09 19:00:52.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_TOO_BIG	2020-08-23 05:41:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/da/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/da/ERR_UNSUP_HTTPVERSION	2020-06-09 19:00:52.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_UNSUP_HTTPVERSION	2020-08-23 05:41:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_UNSUP_REQ squid-5.0.4/errors/da/ERR_UNSUP_REQ
--- squid-5.0.3/errors/da/ERR_UNSUP_REQ	2020-06-09 19:00:53.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_UNSUP_REQ	2020-08-23 05:41:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_URN_RESOLVE squid-5.0.4/errors/da/ERR_URN_RESOLVE
--- squid-5.0.3/errors/da/ERR_URN_RESOLVE	2020-06-09 19:00:53.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_URN_RESOLVE	2020-08-23 05:41:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_WRITE_ERROR squid-5.0.4/errors/da/ERR_WRITE_ERROR
--- squid-5.0.3/errors/da/ERR_WRITE_ERROR	2020-06-09 19:00:53.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_WRITE_ERROR	2020-08-23 05:41:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/da/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/da/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/da/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:00:54.000000000 +1200
+++ squid-5.0.4/errors/da/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:41:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_ACCESS_DENIED squid-5.0.4/errors/de/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/de/ERR_ACCESS_DENIED	2020-06-09 19:00:54.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_ACCESS_DENIED	2020-08-23 05:41:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:00:54.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:41:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_AGENT_CONFIGURE squid-5.0.4/errors/de/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/de/ERR_AGENT_CONFIGURE	2020-06-09 19:00:55.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_AGENT_CONFIGURE	2020-08-23 05:41:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Ihre Webbrowserkonfiguration muss korrigiert werden um dieses Netzwerk zu nutzen.</p>
 </blockquote>
 
 <p>Wie sie diese Einstellung in ihrem Browser finden:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Extras -&gt; Optionen -&gt; Erweitert -&gt; Netzwerk -&gt; Verbindungseinstellungen</li>
 <li>Im HTTP Proxy Feld geben sie den Proxy Namen %h und Port %b ein.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Extras -&gt; Internetoptionen -&gt; Verbindung -&gt; LAN Einstellungen -&gt;Proxy</li>
 <li>Im HTTP Proxy Feld geben sie den Proxy Namen %h und Port %b ein.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Extras -&gt; Einstellungen -&gt; Erweitert -&gt; Netzwerk -&gt; Proxyserver</li>
 <li>Im HTTP Proxy Feld geben sie den Proxy Namen %h und Port %b ein.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/de/ERR_AGENT_WPAD squid-5.0.4/errors/de/ERR_AGENT_WPAD
--- squid-5.0.3/errors/de/ERR_AGENT_WPAD	2020-06-09 19:00:55.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_AGENT_WPAD	2020-08-23 05:41:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Ihre Webbrowserkonfiguration muss korrigiert werden um dieses Netzwerk zu nutzen.</p>
 </blockquote>
 
 <p>Wie sie diese Einstellung in ihrem Browser finden:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Extras -&gt; Optionen -&gt; Erweitert -&gt; Netzwerk -&gt; Verbindungseinstellungen</li>
 <li>Wählen sie Automatische Suche von Einstellungen für dieses Netzwerk</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Extras -&gt; Internetoptionen -&gt; Verbindung -&gt; LAN Einstellungen -&gt;Proxy</li>
 <li>Automatische Suche von Einstellungen</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Extras -&gt; Einstellungen -&gt; Erweitert -&gt; Netzwerk -&gt; Proxyserver</li>
 <li>Automatisches Konfigurationsskript verwenden</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/de/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/de/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/de/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:00:55.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:41:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/de/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/de/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:00:56.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:41:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_CANNOT_FORWARD squid-5.0.4/errors/de/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/de/ERR_CANNOT_FORWARD	2020-06-09 19:00:56.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_CANNOT_FORWARD	2020-08-23 05:41:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_CONFLICT_HOST squid-5.0.4/errors/de/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/de/ERR_CONFLICT_HOST	2020-06-09 19:00:57.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_CONFLICT_HOST	2020-08-23 05:41:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_CONNECT_FAIL squid-5.0.4/errors/de/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/de/ERR_CONNECT_FAIL	2020-06-09 19:00:57.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_CONNECT_FAIL	2020-08-23 05:41:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_DIR_LISTING squid-5.0.4/errors/de/ERR_DIR_LISTING
--- squid-5.0.3/errors/de/ERR_DIR_LISTING	2020-06-09 19:00:57.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_DIR_LISTING	2020-08-23 05:41:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_DNS_FAIL squid-5.0.4/errors/de/ERR_DNS_FAIL
--- squid-5.0.3/errors/de/ERR_DNS_FAIL	2020-06-09 19:00:58.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_DNS_FAIL	2020-08-23 05:41:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_ESI squid-5.0.4/errors/de/ERR_ESI
--- squid-5.0.3/errors/de/ERR_ESI	2020-06-09 19:00:58.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_ESI	2020-08-23 05:41:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FORWARDING_DENIED squid-5.0.4/errors/de/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/de/ERR_FORWARDING_DENIED	2020-06-09 19:00:58.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FORWARDING_DENIED	2020-08-23 05:41:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_DISABLED squid-5.0.4/errors/de/ERR_FTP_DISABLED
--- squid-5.0.3/errors/de/ERR_FTP_DISABLED	2020-06-09 19:00:59.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_DISABLED	2020-08-23 05:41:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_FAILURE squid-5.0.4/errors/de/ERR_FTP_FAILURE
--- squid-5.0.3/errors/de/ERR_FTP_FAILURE	2020-06-09 19:00:59.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_FAILURE	2020-08-23 05:41:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_FORBIDDEN squid-5.0.4/errors/de/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/de/ERR_FTP_FORBIDDEN	2020-06-09 19:00:59.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_FORBIDDEN	2020-08-23 05:41:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_NOT_FOUND squid-5.0.4/errors/de/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/de/ERR_FTP_NOT_FOUND	2020-06-09 19:01:00.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_NOT_FOUND	2020-08-23 05:41:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_PUT_CREATED squid-5.0.4/errors/de/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/de/ERR_FTP_PUT_CREATED	2020-06-09 19:01:00.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_PUT_CREATED	2020-08-23 05:41:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_PUT_ERROR squid-5.0.4/errors/de/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/de/ERR_FTP_PUT_ERROR	2020-06-09 19:01:00.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_PUT_ERROR	2020-08-23 05:41:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/de/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/de/ERR_FTP_PUT_MODIFIED	2020-06-09 19:01:01.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_PUT_MODIFIED	2020-08-23 05:41:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/de/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/de/ERR_FTP_UNAVAILABLE	2020-06-09 19:01:01.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_FTP_UNAVAILABLE	2020-08-23 05:41:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_GATEWAY_FAILURE squid-5.0.4/errors/de/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/de/ERR_GATEWAY_FAILURE	2020-06-09 19:01:02.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_GATEWAY_FAILURE	2020-08-23 05:41:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_ICAP_FAILURE squid-5.0.4/errors/de/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/de/ERR_ICAP_FAILURE	2020-06-09 19:01:02.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_ICAP_FAILURE	2020-08-23 05:41:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_INVALID_REQ squid-5.0.4/errors/de/ERR_INVALID_REQ
--- squid-5.0.3/errors/de/ERR_INVALID_REQ	2020-06-09 19:01:02.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_INVALID_REQ	2020-08-23 05:41:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_INVALID_RESP squid-5.0.4/errors/de/ERR_INVALID_RESP
--- squid-5.0.3/errors/de/ERR_INVALID_RESP	2020-06-09 19:01:03.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_INVALID_RESP	2020-08-23 05:41:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_INVALID_URL squid-5.0.4/errors/de/ERR_INVALID_URL
--- squid-5.0.3/errors/de/ERR_INVALID_URL	2020-06-09 19:01:03.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_INVALID_URL	2020-08-23 05:41:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_LIFETIME_EXP squid-5.0.4/errors/de/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/de/ERR_LIFETIME_EXP	2020-06-09 19:01:03.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_LIFETIME_EXP	2020-08-23 05:41:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_NO_RELAY squid-5.0.4/errors/de/ERR_NO_RELAY
--- squid-5.0.3/errors/de/ERR_NO_RELAY	2020-06-09 19:01:04.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_NO_RELAY	2020-08-23 05:41:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/de/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/de/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:01:04.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:41:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_PRECONDITION_FAILED squid-5.0.4/errors/de/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/de/ERR_PRECONDITION_FAILED	2020-06-09 19:01:04.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_PRECONDITION_FAILED	2020-08-23 05:41:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/de/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/de/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:01:05.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:41:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_READ_ERROR squid-5.0.4/errors/de/ERR_READ_ERROR
--- squid-5.0.3/errors/de/ERR_READ_ERROR	2020-06-09 19:01:05.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_READ_ERROR	2020-08-23 05:41:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_READ_TIMEOUT squid-5.0.4/errors/de/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/de/ERR_READ_TIMEOUT	2020-06-09 19:01:06.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_READ_TIMEOUT	2020-08-23 05:41:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/de/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/de/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:01:06.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:41:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_SHUTTING_DOWN squid-5.0.4/errors/de/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/de/ERR_SHUTTING_DOWN	2020-06-09 19:01:06.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_SHUTTING_DOWN	2020-08-23 05:41:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_SOCKET_FAILURE squid-5.0.4/errors/de/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/de/ERR_SOCKET_FAILURE	2020-06-09 19:01:07.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_SOCKET_FAILURE	2020-08-23 05:41:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_TOO_BIG squid-5.0.4/errors/de/ERR_TOO_BIG
--- squid-5.0.3/errors/de/ERR_TOO_BIG	2020-06-09 19:01:07.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_TOO_BIG	2020-08-23 05:41:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/de/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/de/ERR_UNSUP_HTTPVERSION	2020-06-09 19:01:07.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_UNSUP_HTTPVERSION	2020-08-23 05:41:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_UNSUP_REQ squid-5.0.4/errors/de/ERR_UNSUP_REQ
--- squid-5.0.3/errors/de/ERR_UNSUP_REQ	2020-06-09 19:01:08.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_UNSUP_REQ	2020-08-23 05:41:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_URN_RESOLVE squid-5.0.4/errors/de/ERR_URN_RESOLVE
--- squid-5.0.3/errors/de/ERR_URN_RESOLVE	2020-06-09 19:01:08.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_URN_RESOLVE	2020-08-23 05:41:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_WRITE_ERROR squid-5.0.4/errors/de/ERR_WRITE_ERROR
--- squid-5.0.3/errors/de/ERR_WRITE_ERROR	2020-06-09 19:01:08.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_WRITE_ERROR	2020-08-23 05:41:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/de/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/de/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/de/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:01:09.000000000 +1200
+++ squid-5.0.4/errors/de/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:41:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_ACCESS_DENIED squid-5.0.4/errors/el/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/el/ERR_ACCESS_DENIED	2020-06-09 19:01:09.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_ACCESS_DENIED	2020-08-23 05:41:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:01:09.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:41:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_AGENT_CONFIGURE squid-5.0.4/errors/el/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/el/ERR_AGENT_CONFIGURE	2020-06-09 19:01:10.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_AGENT_CONFIGURE	2020-08-23 05:41:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/el/ERR_AGENT_WPAD squid-5.0.4/errors/el/ERR_AGENT_WPAD
--- squid-5.0.3/errors/el/ERR_AGENT_WPAD	2020-06-09 19:01:10.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_AGENT_WPAD	2020-08-23 05:41:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/el/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/el/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/el/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:01:11.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:41:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/el/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:01:11.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:41:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_CANNOT_FORWARD squid-5.0.4/errors/el/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/el/ERR_CANNOT_FORWARD	2020-06-09 19:01:11.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_CANNOT_FORWARD	2020-08-23 05:41:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_CONFLICT_HOST squid-5.0.4/errors/el/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/el/ERR_CONFLICT_HOST	2020-06-09 19:01:12.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_CONFLICT_HOST	2020-08-23 05:41:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_CONNECT_FAIL squid-5.0.4/errors/el/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/el/ERR_CONNECT_FAIL	2020-06-09 19:01:12.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_CONNECT_FAIL	2020-08-23 05:41:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_DIR_LISTING squid-5.0.4/errors/el/ERR_DIR_LISTING
--- squid-5.0.3/errors/el/ERR_DIR_LISTING	2020-06-09 19:01:12.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_DIR_LISTING	2020-08-23 05:41:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_DNS_FAIL squid-5.0.4/errors/el/ERR_DNS_FAIL
--- squid-5.0.3/errors/el/ERR_DNS_FAIL	2020-06-09 19:01:12.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_DNS_FAIL	2020-08-23 05:41:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_ESI squid-5.0.4/errors/el/ERR_ESI
--- squid-5.0.3/errors/el/ERR_ESI	2020-06-09 19:01:13.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_ESI	2020-08-23 05:41:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FORWARDING_DENIED squid-5.0.4/errors/el/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/el/ERR_FORWARDING_DENIED	2020-06-09 19:01:13.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FORWARDING_DENIED	2020-08-23 05:41:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_DISABLED squid-5.0.4/errors/el/ERR_FTP_DISABLED
--- squid-5.0.3/errors/el/ERR_FTP_DISABLED	2020-06-09 19:01:13.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_DISABLED	2020-08-23 05:41:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_FAILURE squid-5.0.4/errors/el/ERR_FTP_FAILURE
--- squid-5.0.3/errors/el/ERR_FTP_FAILURE	2020-06-09 19:01:14.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_FAILURE	2020-08-23 05:42:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_FORBIDDEN squid-5.0.4/errors/el/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/el/ERR_FTP_FORBIDDEN	2020-06-09 19:01:14.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_FORBIDDEN	2020-08-23 05:42:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_NOT_FOUND squid-5.0.4/errors/el/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/el/ERR_FTP_NOT_FOUND	2020-06-09 19:01:14.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_NOT_FOUND	2020-08-23 05:42:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_PUT_CREATED squid-5.0.4/errors/el/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/el/ERR_FTP_PUT_CREATED	2020-06-09 19:01:14.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_PUT_CREATED	2020-08-23 05:42:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_PUT_ERROR squid-5.0.4/errors/el/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/el/ERR_FTP_PUT_ERROR	2020-06-09 19:01:15.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_PUT_ERROR	2020-08-23 05:42:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/el/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/el/ERR_FTP_PUT_MODIFIED	2020-06-09 19:01:15.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_PUT_MODIFIED	2020-08-23 05:42:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/el/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/el/ERR_FTP_UNAVAILABLE	2020-06-09 19:01:15.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_FTP_UNAVAILABLE	2020-08-23 05:42:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_GATEWAY_FAILURE squid-5.0.4/errors/el/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/el/ERR_GATEWAY_FAILURE	2020-06-09 19:01:16.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_GATEWAY_FAILURE	2020-08-23 05:42:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_ICAP_FAILURE squid-5.0.4/errors/el/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/el/ERR_ICAP_FAILURE	2020-06-09 19:01:16.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_ICAP_FAILURE	2020-08-23 05:42:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_INVALID_REQ squid-5.0.4/errors/el/ERR_INVALID_REQ
--- squid-5.0.3/errors/el/ERR_INVALID_REQ	2020-06-09 19:01:16.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_INVALID_REQ	2020-08-23 05:42:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_INVALID_RESP squid-5.0.4/errors/el/ERR_INVALID_RESP
--- squid-5.0.3/errors/el/ERR_INVALID_RESP	2020-06-09 19:01:16.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_INVALID_RESP	2020-08-23 05:42:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_INVALID_URL squid-5.0.4/errors/el/ERR_INVALID_URL
--- squid-5.0.3/errors/el/ERR_INVALID_URL	2020-06-09 19:01:17.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_INVALID_URL	2020-08-23 05:42:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_LIFETIME_EXP squid-5.0.4/errors/el/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/el/ERR_LIFETIME_EXP	2020-06-09 19:01:17.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_LIFETIME_EXP	2020-08-23 05:42:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_NO_RELAY squid-5.0.4/errors/el/ERR_NO_RELAY
--- squid-5.0.3/errors/el/ERR_NO_RELAY	2020-06-09 19:01:17.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_NO_RELAY	2020-08-23 05:42:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/el/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/el/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:01:18.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:42:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_PRECONDITION_FAILED squid-5.0.4/errors/el/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/el/ERR_PRECONDITION_FAILED	2020-06-09 19:01:18.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_PRECONDITION_FAILED	2020-08-23 05:42:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/el/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/el/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:01:18.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:42:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_READ_ERROR squid-5.0.4/errors/el/ERR_READ_ERROR
--- squid-5.0.3/errors/el/ERR_READ_ERROR	2020-06-09 19:01:18.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_READ_ERROR	2020-08-23 05:42:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_READ_TIMEOUT squid-5.0.4/errors/el/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/el/ERR_READ_TIMEOUT	2020-06-09 19:01:19.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_READ_TIMEOUT	2020-08-23 05:42:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/el/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/el/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:01:19.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:42:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_SHUTTING_DOWN squid-5.0.4/errors/el/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/el/ERR_SHUTTING_DOWN	2020-06-09 19:01:19.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_SHUTTING_DOWN	2020-08-23 05:42:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_SOCKET_FAILURE squid-5.0.4/errors/el/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/el/ERR_SOCKET_FAILURE	2020-06-09 19:01:20.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_SOCKET_FAILURE	2020-08-23 05:42:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_TOO_BIG squid-5.0.4/errors/el/ERR_TOO_BIG
--- squid-5.0.3/errors/el/ERR_TOO_BIG	2020-06-09 19:01:20.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_TOO_BIG	2020-08-23 05:42:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/el/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/el/ERR_UNSUP_HTTPVERSION	2020-06-09 19:01:20.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_UNSUP_HTTPVERSION	2020-08-23 05:42:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_UNSUP_REQ squid-5.0.4/errors/el/ERR_UNSUP_REQ
--- squid-5.0.3/errors/el/ERR_UNSUP_REQ	2020-06-09 19:01:20.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_UNSUP_REQ	2020-08-23 05:42:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_URN_RESOLVE squid-5.0.4/errors/el/ERR_URN_RESOLVE
--- squid-5.0.3/errors/el/ERR_URN_RESOLVE	2020-06-09 19:01:21.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_URN_RESOLVE	2020-08-23 05:42:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_WRITE_ERROR squid-5.0.4/errors/el/ERR_WRITE_ERROR
--- squid-5.0.3/errors/el/ERR_WRITE_ERROR	2020-06-09 19:01:21.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_WRITE_ERROR	2020-08-23 05:42:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/el/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/el/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/el/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:01:21.000000000 +1200
+++ squid-5.0.4/errors/el/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:42:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_ACCESS_DENIED squid-5.0.4/errors/en/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/en/ERR_ACCESS_DENIED	2020-06-09 19:01:22.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_ACCESS_DENIED	2020-08-23 05:42:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:01:22.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:42:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_AGENT_CONFIGURE squid-5.0.4/errors/en/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/en/ERR_AGENT_CONFIGURE	2020-06-09 19:01:22.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_AGENT_CONFIGURE	2020-08-23 05:42:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/en/ERR_AGENT_WPAD squid-5.0.4/errors/en/ERR_AGENT_WPAD
--- squid-5.0.3/errors/en/ERR_AGENT_WPAD	2020-06-09 19:01:23.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_AGENT_WPAD	2020-08-23 05:42:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/en/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/en/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/en/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:01:23.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:42:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/en/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/en/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:01:23.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:42:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_CANNOT_FORWARD squid-5.0.4/errors/en/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/en/ERR_CANNOT_FORWARD	2020-06-09 19:01:23.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_CANNOT_FORWARD	2020-08-23 05:42:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_CONFLICT_HOST squid-5.0.4/errors/en/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/en/ERR_CONFLICT_HOST	2020-06-09 19:01:24.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_CONFLICT_HOST	2020-08-23 05:42:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_CONNECT_FAIL squid-5.0.4/errors/en/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/en/ERR_CONNECT_FAIL	2020-06-09 19:01:24.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_CONNECT_FAIL	2020-08-23 05:42:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_DIR_LISTING squid-5.0.4/errors/en/ERR_DIR_LISTING
--- squid-5.0.3/errors/en/ERR_DIR_LISTING	2020-06-09 19:01:24.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_DIR_LISTING	2020-08-23 05:42:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_DNS_FAIL squid-5.0.4/errors/en/ERR_DNS_FAIL
--- squid-5.0.3/errors/en/ERR_DNS_FAIL	2020-06-09 19:01:25.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_DNS_FAIL	2020-08-23 05:42:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_ESI squid-5.0.4/errors/en/ERR_ESI
--- squid-5.0.3/errors/en/ERR_ESI	2020-06-09 19:01:25.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_ESI	2020-08-23 05:42:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FORWARDING_DENIED squid-5.0.4/errors/en/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/en/ERR_FORWARDING_DENIED	2020-06-09 19:01:25.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FORWARDING_DENIED	2020-08-23 05:42:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_DISABLED squid-5.0.4/errors/en/ERR_FTP_DISABLED
--- squid-5.0.3/errors/en/ERR_FTP_DISABLED	2020-06-09 19:01:25.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_DISABLED	2020-08-23 05:42:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_FAILURE squid-5.0.4/errors/en/ERR_FTP_FAILURE
--- squid-5.0.3/errors/en/ERR_FTP_FAILURE	2020-06-09 19:01:26.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_FAILURE	2020-08-23 05:42:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_FORBIDDEN squid-5.0.4/errors/en/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/en/ERR_FTP_FORBIDDEN	2020-06-09 19:01:26.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_FORBIDDEN	2020-08-23 05:42:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_NOT_FOUND squid-5.0.4/errors/en/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/en/ERR_FTP_NOT_FOUND	2020-06-09 19:01:26.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_NOT_FOUND	2020-08-23 05:42:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_PUT_CREATED squid-5.0.4/errors/en/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/en/ERR_FTP_PUT_CREATED	2020-06-09 19:01:27.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_PUT_CREATED	2020-08-23 05:42:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_PUT_ERROR squid-5.0.4/errors/en/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/en/ERR_FTP_PUT_ERROR	2020-06-09 19:01:27.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_PUT_ERROR	2020-08-23 05:42:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/en/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/en/ERR_FTP_PUT_MODIFIED	2020-06-09 19:01:27.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_PUT_MODIFIED	2020-08-23 05:42:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/en/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/en/ERR_FTP_UNAVAILABLE	2020-06-09 19:01:27.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_FTP_UNAVAILABLE	2020-08-23 05:42:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_GATEWAY_FAILURE squid-5.0.4/errors/en/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/en/ERR_GATEWAY_FAILURE	2020-06-09 19:01:28.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_GATEWAY_FAILURE	2020-08-23 05:42:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_ICAP_FAILURE squid-5.0.4/errors/en/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/en/ERR_ICAP_FAILURE	2020-06-09 19:01:28.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_ICAP_FAILURE	2020-08-23 05:42:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_INVALID_REQ squid-5.0.4/errors/en/ERR_INVALID_REQ
--- squid-5.0.3/errors/en/ERR_INVALID_REQ	2020-06-09 19:01:28.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_INVALID_REQ	2020-08-23 05:42:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_INVALID_RESP squid-5.0.4/errors/en/ERR_INVALID_RESP
--- squid-5.0.3/errors/en/ERR_INVALID_RESP	2020-06-09 19:01:29.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_INVALID_RESP	2020-08-23 05:42:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_INVALID_URL squid-5.0.4/errors/en/ERR_INVALID_URL
--- squid-5.0.3/errors/en/ERR_INVALID_URL	2020-06-09 19:01:29.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_INVALID_URL	2020-08-23 05:42:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_LIFETIME_EXP squid-5.0.4/errors/en/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/en/ERR_LIFETIME_EXP	2020-06-09 19:01:29.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_LIFETIME_EXP	2020-08-23 05:42:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_NO_RELAY squid-5.0.4/errors/en/ERR_NO_RELAY
--- squid-5.0.3/errors/en/ERR_NO_RELAY	2020-06-09 19:01:29.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_NO_RELAY	2020-08-23 05:42:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/en/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/en/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:01:30.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:42:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_PRECONDITION_FAILED squid-5.0.4/errors/en/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/en/ERR_PRECONDITION_FAILED	2020-06-09 19:01:30.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_PRECONDITION_FAILED	2020-08-23 05:42:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/en/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/en/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:01:30.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:42:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_READ_ERROR squid-5.0.4/errors/en/ERR_READ_ERROR
--- squid-5.0.3/errors/en/ERR_READ_ERROR	2020-06-09 19:01:31.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_READ_ERROR	2020-08-23 05:42:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_READ_TIMEOUT squid-5.0.4/errors/en/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/en/ERR_READ_TIMEOUT	2020-06-09 19:01:31.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_READ_TIMEOUT	2020-08-23 05:42:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/en/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/en/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:01:31.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:42:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_SHUTTING_DOWN squid-5.0.4/errors/en/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/en/ERR_SHUTTING_DOWN	2020-06-09 19:01:32.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_SHUTTING_DOWN	2020-08-23 05:42:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_SOCKET_FAILURE squid-5.0.4/errors/en/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/en/ERR_SOCKET_FAILURE	2020-06-09 19:01:32.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_SOCKET_FAILURE	2020-08-23 05:42:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_TOO_BIG squid-5.0.4/errors/en/ERR_TOO_BIG
--- squid-5.0.3/errors/en/ERR_TOO_BIG	2020-06-09 19:01:32.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_TOO_BIG	2020-08-23 05:42:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/en/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/en/ERR_UNSUP_HTTPVERSION	2020-06-09 19:01:32.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_UNSUP_HTTPVERSION	2020-08-23 05:42:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_UNSUP_REQ squid-5.0.4/errors/en/ERR_UNSUP_REQ
--- squid-5.0.3/errors/en/ERR_UNSUP_REQ	2020-06-09 19:01:33.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_UNSUP_REQ	2020-08-23 05:42:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_URN_RESOLVE squid-5.0.4/errors/en/ERR_URN_RESOLVE
--- squid-5.0.3/errors/en/ERR_URN_RESOLVE	2020-06-09 19:01:33.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_URN_RESOLVE	2020-08-23 05:42:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_WRITE_ERROR squid-5.0.4/errors/en/ERR_WRITE_ERROR
--- squid-5.0.3/errors/en/ERR_WRITE_ERROR	2020-06-09 19:01:33.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_WRITE_ERROR	2020-08-23 05:42:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/en/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/en/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/en/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:01:34.000000000 +1200
+++ squid-5.0.4/errors/en/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:42:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_ACCESS_DENIED squid-5.0.4/errors/es/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/es/ERR_ACCESS_DENIED	2020-06-09 19:01:34.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_ACCESS_DENIED	2020-08-23 05:42:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:01:34.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:42:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_AGENT_CONFIGURE squid-5.0.4/errors/es/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/es/ERR_AGENT_CONFIGURE	2020-06-09 19:01:34.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_AGENT_CONFIGURE	2020-08-23 05:42:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Su configuración de Navegador de Internet necesita ser corregida para usar esta red.</p>
 </blockquote>
 
 <p>Como encontrar estas preferencias en su navegador:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Herramientas -&gt; Opciones -&gt; Avanzado -&gt; Red -&gt; Ajustes de conexión</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Herramientas -&gt; Opciones de Internet  -&gt; Conexión -&gt; Preferencias de RED -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Herramientas -&gt; Opciones -&gt; Avanzado -&gt; Red -&gt; Servidores Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/es/ERR_AGENT_WPAD squid-5.0.4/errors/es/ERR_AGENT_WPAD
--- squid-5.0.3/errors/es/ERR_AGENT_WPAD	2020-06-09 19:01:35.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_AGENT_WPAD	2020-08-23 05:42:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Su configuración de Navegador de Internet necesita ser corregida para usar esta red.</p>
 </blockquote>
 
 <p>Como encontrar estas preferencias en su navegador:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Herramientas -&gt; Opciones -&gt; Avanzado -&gt; Red -&gt; Ajustes de conexión</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Herramientas -&gt; Opciones de Internet  -&gt; Conexión -&gt; Preferencias de RED -&gt;Proxy</li>
 <li>Seleccione Detectar preferencias automáticamente</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Herramientas -&gt; Opciones -&gt; Avanzado -&gt; Red -&gt; Servidores Proxy</li>
 <li>Seleccione Usar Configuración automática de Proxy</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/es/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/es/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/es/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:01:35.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:42:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/es/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/es/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:01:35.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:42:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_CANNOT_FORWARD squid-5.0.4/errors/es/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/es/ERR_CANNOT_FORWARD	2020-06-09 19:01:36.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_CANNOT_FORWARD	2020-08-23 05:42:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_CONFLICT_HOST squid-5.0.4/errors/es/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/es/ERR_CONFLICT_HOST	2020-06-09 19:01:36.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_CONFLICT_HOST	2020-08-23 05:42:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_CONNECT_FAIL squid-5.0.4/errors/es/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/es/ERR_CONNECT_FAIL	2020-06-09 19:01:36.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_CONNECT_FAIL	2020-08-23 05:42:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_DIR_LISTING squid-5.0.4/errors/es/ERR_DIR_LISTING
--- squid-5.0.3/errors/es/ERR_DIR_LISTING	2020-06-09 19:01:36.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_DIR_LISTING	2020-08-23 05:42:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_DNS_FAIL squid-5.0.4/errors/es/ERR_DNS_FAIL
--- squid-5.0.3/errors/es/ERR_DNS_FAIL	2020-06-09 19:01:37.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_DNS_FAIL	2020-08-23 05:42:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_ESI squid-5.0.4/errors/es/ERR_ESI
--- squid-5.0.3/errors/es/ERR_ESI	2020-06-09 19:01:37.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_ESI	2020-08-23 05:42:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FORWARDING_DENIED squid-5.0.4/errors/es/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/es/ERR_FORWARDING_DENIED	2020-06-09 19:01:37.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FORWARDING_DENIED	2020-08-23 05:42:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_DISABLED squid-5.0.4/errors/es/ERR_FTP_DISABLED
--- squid-5.0.3/errors/es/ERR_FTP_DISABLED	2020-06-09 19:01:38.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_DISABLED	2020-08-23 05:42:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_FAILURE squid-5.0.4/errors/es/ERR_FTP_FAILURE
--- squid-5.0.3/errors/es/ERR_FTP_FAILURE	2020-06-09 19:01:38.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_FAILURE	2020-08-23 05:42:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_FORBIDDEN squid-5.0.4/errors/es/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/es/ERR_FTP_FORBIDDEN	2020-06-09 19:01:38.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_FORBIDDEN	2020-08-23 05:42:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_NOT_FOUND squid-5.0.4/errors/es/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/es/ERR_FTP_NOT_FOUND	2020-06-09 19:01:39.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_NOT_FOUND	2020-08-23 05:42:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_PUT_CREATED squid-5.0.4/errors/es/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/es/ERR_FTP_PUT_CREATED	2020-06-09 19:01:39.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_PUT_CREATED	2020-08-23 05:42:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_PUT_ERROR squid-5.0.4/errors/es/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/es/ERR_FTP_PUT_ERROR	2020-06-09 19:01:39.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_PUT_ERROR	2020-08-23 05:42:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/es/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/es/ERR_FTP_PUT_MODIFIED	2020-06-09 19:01:39.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_PUT_MODIFIED	2020-08-23 05:42:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/es/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/es/ERR_FTP_UNAVAILABLE	2020-06-09 19:01:40.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_FTP_UNAVAILABLE	2020-08-23 05:42:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_GATEWAY_FAILURE squid-5.0.4/errors/es/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/es/ERR_GATEWAY_FAILURE	2020-06-09 19:01:40.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_GATEWAY_FAILURE	2020-08-23 05:42:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_ICAP_FAILURE squid-5.0.4/errors/es/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/es/ERR_ICAP_FAILURE	2020-06-09 19:01:40.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_ICAP_FAILURE	2020-08-23 05:42:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_INVALID_REQ squid-5.0.4/errors/es/ERR_INVALID_REQ
--- squid-5.0.3/errors/es/ERR_INVALID_REQ	2020-06-09 19:01:41.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_INVALID_REQ	2020-08-23 05:42:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_INVALID_RESP squid-5.0.4/errors/es/ERR_INVALID_RESP
--- squid-5.0.3/errors/es/ERR_INVALID_RESP	2020-06-09 19:01:41.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_INVALID_RESP	2020-08-23 05:42:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_INVALID_URL squid-5.0.4/errors/es/ERR_INVALID_URL
--- squid-5.0.3/errors/es/ERR_INVALID_URL	2020-06-09 19:01:41.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_INVALID_URL	2020-08-23 05:42:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_LIFETIME_EXP squid-5.0.4/errors/es/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/es/ERR_LIFETIME_EXP	2020-06-09 19:01:41.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_LIFETIME_EXP	2020-08-23 05:42:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_NO_RELAY squid-5.0.4/errors/es/ERR_NO_RELAY
--- squid-5.0.3/errors/es/ERR_NO_RELAY	2020-06-09 19:01:42.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_NO_RELAY	2020-08-23 05:42:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/es/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/es/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:01:42.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:42:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_PRECONDITION_FAILED squid-5.0.4/errors/es/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/es/ERR_PRECONDITION_FAILED	2020-06-09 19:01:42.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_PRECONDITION_FAILED	2020-08-23 05:42:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/es/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/es/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:01:43.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:42:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_READ_ERROR squid-5.0.4/errors/es/ERR_READ_ERROR
--- squid-5.0.3/errors/es/ERR_READ_ERROR	2020-06-09 19:01:43.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_READ_ERROR	2020-08-23 05:42:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_READ_TIMEOUT squid-5.0.4/errors/es/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/es/ERR_READ_TIMEOUT	2020-06-09 19:01:43.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_READ_TIMEOUT	2020-08-23 05:42:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/es/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/es/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:01:44.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:42:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_SHUTTING_DOWN squid-5.0.4/errors/es/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/es/ERR_SHUTTING_DOWN	2020-06-09 19:01:44.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_SHUTTING_DOWN	2020-08-23 05:42:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_SOCKET_FAILURE squid-5.0.4/errors/es/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/es/ERR_SOCKET_FAILURE	2020-06-09 19:01:44.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_SOCKET_FAILURE	2020-08-23 05:42:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_TOO_BIG squid-5.0.4/errors/es/ERR_TOO_BIG
--- squid-5.0.3/errors/es/ERR_TOO_BIG	2020-06-09 19:01:44.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_TOO_BIG	2020-08-23 05:42:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/es/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/es/ERR_UNSUP_HTTPVERSION	2020-06-09 19:01:45.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_UNSUP_HTTPVERSION	2020-08-23 05:42:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_UNSUP_REQ squid-5.0.4/errors/es/ERR_UNSUP_REQ
--- squid-5.0.3/errors/es/ERR_UNSUP_REQ	2020-06-09 19:01:45.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_UNSUP_REQ	2020-08-23 05:42:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_URN_RESOLVE squid-5.0.4/errors/es/ERR_URN_RESOLVE
--- squid-5.0.3/errors/es/ERR_URN_RESOLVE	2020-06-09 19:01:45.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_URN_RESOLVE	2020-08-23 05:42:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_WRITE_ERROR squid-5.0.4/errors/es/ERR_WRITE_ERROR
--- squid-5.0.3/errors/es/ERR_WRITE_ERROR	2020-06-09 19:01:46.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_WRITE_ERROR	2020-08-23 05:42:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/es/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/es/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/es/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:01:46.000000000 +1200
+++ squid-5.0.4/errors/es/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:42:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_ACCESS_DENIED squid-5.0.4/errors/et/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/et/ERR_ACCESS_DENIED	2020-06-09 19:01:46.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_ACCESS_DENIED	2020-08-23 05:42:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:01:46.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:42:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_AGENT_CONFIGURE squid-5.0.4/errors/et/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/et/ERR_AGENT_CONFIGURE	2020-06-09 19:01:47.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_AGENT_CONFIGURE	2020-08-23 05:42:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/et/ERR_AGENT_WPAD squid-5.0.4/errors/et/ERR_AGENT_WPAD
--- squid-5.0.3/errors/et/ERR_AGENT_WPAD	2020-06-09 19:01:47.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_AGENT_WPAD	2020-08-23 05:42:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/et/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/et/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/et/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:01:47.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:42:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/et/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:01:48.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:42:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_CANNOT_FORWARD squid-5.0.4/errors/et/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/et/ERR_CANNOT_FORWARD	2020-06-09 19:01:48.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_CANNOT_FORWARD	2020-08-23 05:42:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_CONFLICT_HOST squid-5.0.4/errors/et/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/et/ERR_CONFLICT_HOST	2020-06-09 19:01:48.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_CONFLICT_HOST	2020-08-23 05:42:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_CONNECT_FAIL squid-5.0.4/errors/et/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/et/ERR_CONNECT_FAIL	2020-06-09 19:01:48.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_CONNECT_FAIL	2020-08-23 05:42:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_DIR_LISTING squid-5.0.4/errors/et/ERR_DIR_LISTING
--- squid-5.0.3/errors/et/ERR_DIR_LISTING	2020-06-09 19:01:49.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_DIR_LISTING	2020-08-23 05:42:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_DNS_FAIL squid-5.0.4/errors/et/ERR_DNS_FAIL
--- squid-5.0.3/errors/et/ERR_DNS_FAIL	2020-06-09 19:01:49.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_DNS_FAIL	2020-08-23 05:42:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_ESI squid-5.0.4/errors/et/ERR_ESI
--- squid-5.0.3/errors/et/ERR_ESI	2020-06-09 19:01:49.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_ESI	2020-08-23 05:42:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FORWARDING_DENIED squid-5.0.4/errors/et/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/et/ERR_FORWARDING_DENIED	2020-06-09 19:01:50.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FORWARDING_DENIED	2020-08-23 05:42:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_DISABLED squid-5.0.4/errors/et/ERR_FTP_DISABLED
--- squid-5.0.3/errors/et/ERR_FTP_DISABLED	2020-06-09 19:01:50.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_DISABLED	2020-08-23 05:42:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_FAILURE squid-5.0.4/errors/et/ERR_FTP_FAILURE
--- squid-5.0.3/errors/et/ERR_FTP_FAILURE	2020-06-09 19:01:50.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_FAILURE	2020-08-23 05:42:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_FORBIDDEN squid-5.0.4/errors/et/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/et/ERR_FTP_FORBIDDEN	2020-06-09 19:01:51.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_FORBIDDEN	2020-08-23 05:42:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_NOT_FOUND squid-5.0.4/errors/et/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/et/ERR_FTP_NOT_FOUND	2020-06-09 19:01:51.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_NOT_FOUND	2020-08-23 05:42:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_PUT_CREATED squid-5.0.4/errors/et/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/et/ERR_FTP_PUT_CREATED	2020-06-09 19:01:51.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_PUT_CREATED	2020-08-23 05:42:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_PUT_ERROR squid-5.0.4/errors/et/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/et/ERR_FTP_PUT_ERROR	2020-06-09 19:01:51.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_PUT_ERROR	2020-08-23 05:42:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/et/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/et/ERR_FTP_PUT_MODIFIED	2020-06-09 19:01:52.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_PUT_MODIFIED	2020-08-23 05:42:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/et/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/et/ERR_FTP_UNAVAILABLE	2020-06-09 19:01:52.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_FTP_UNAVAILABLE	2020-08-23 05:42:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_GATEWAY_FAILURE squid-5.0.4/errors/et/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/et/ERR_GATEWAY_FAILURE	2020-06-09 19:01:52.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_GATEWAY_FAILURE	2020-08-23 05:42:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_ICAP_FAILURE squid-5.0.4/errors/et/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/et/ERR_ICAP_FAILURE	2020-06-09 19:01:53.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_ICAP_FAILURE	2020-08-23 05:42:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_INVALID_REQ squid-5.0.4/errors/et/ERR_INVALID_REQ
--- squid-5.0.3/errors/et/ERR_INVALID_REQ	2020-06-09 19:01:53.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_INVALID_REQ	2020-08-23 05:42:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_INVALID_RESP squid-5.0.4/errors/et/ERR_INVALID_RESP
--- squid-5.0.3/errors/et/ERR_INVALID_RESP	2020-06-09 19:01:53.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_INVALID_RESP	2020-08-23 05:42:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_INVALID_URL squid-5.0.4/errors/et/ERR_INVALID_URL
--- squid-5.0.3/errors/et/ERR_INVALID_URL	2020-06-09 19:01:54.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_INVALID_URL	2020-08-23 05:42:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_LIFETIME_EXP squid-5.0.4/errors/et/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/et/ERR_LIFETIME_EXP	2020-06-09 19:01:54.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_LIFETIME_EXP	2020-08-23 05:42:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_NO_RELAY squid-5.0.4/errors/et/ERR_NO_RELAY
--- squid-5.0.3/errors/et/ERR_NO_RELAY	2020-06-09 19:01:54.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_NO_RELAY	2020-08-23 05:42:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/et/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/et/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:01:54.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:42:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_PRECONDITION_FAILED squid-5.0.4/errors/et/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/et/ERR_PRECONDITION_FAILED	2020-06-09 19:01:55.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_PRECONDITION_FAILED	2020-08-23 05:42:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/et/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/et/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:01:55.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:42:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_READ_ERROR squid-5.0.4/errors/et/ERR_READ_ERROR
--- squid-5.0.3/errors/et/ERR_READ_ERROR	2020-06-09 19:01:55.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_READ_ERROR	2020-08-23 05:42:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_READ_TIMEOUT squid-5.0.4/errors/et/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/et/ERR_READ_TIMEOUT	2020-06-09 19:01:56.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_READ_TIMEOUT	2020-08-23 05:42:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/et/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/et/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:01:56.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:42:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_SHUTTING_DOWN squid-5.0.4/errors/et/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/et/ERR_SHUTTING_DOWN	2020-06-09 19:01:56.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_SHUTTING_DOWN	2020-08-23 05:42:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_SOCKET_FAILURE squid-5.0.4/errors/et/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/et/ERR_SOCKET_FAILURE	2020-06-09 19:01:57.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_SOCKET_FAILURE	2020-08-23 05:42:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_TOO_BIG squid-5.0.4/errors/et/ERR_TOO_BIG
--- squid-5.0.3/errors/et/ERR_TOO_BIG	2020-06-09 19:01:57.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_TOO_BIG	2020-08-23 05:42:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/et/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/et/ERR_UNSUP_HTTPVERSION	2020-06-09 19:01:57.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_UNSUP_HTTPVERSION	2020-08-23 05:42:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_UNSUP_REQ squid-5.0.4/errors/et/ERR_UNSUP_REQ
--- squid-5.0.3/errors/et/ERR_UNSUP_REQ	2020-06-09 19:01:58.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_UNSUP_REQ	2020-08-23 05:42:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_URN_RESOLVE squid-5.0.4/errors/et/ERR_URN_RESOLVE
--- squid-5.0.3/errors/et/ERR_URN_RESOLVE	2020-06-09 19:01:58.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_URN_RESOLVE	2020-08-23 05:42:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_WRITE_ERROR squid-5.0.4/errors/et/ERR_WRITE_ERROR
--- squid-5.0.3/errors/et/ERR_WRITE_ERROR	2020-06-09 19:01:58.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_WRITE_ERROR	2020-08-23 05:42:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/et/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/et/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/et/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:01:58.000000000 +1200
+++ squid-5.0.4/errors/et/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:42:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_ACCESS_DENIED squid-5.0.4/errors/fa/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/fa/ERR_ACCESS_DENIED	2020-06-09 19:01:59.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_ACCESS_DENIED	2020-08-23 05:42:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:01:59.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:42:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_AGENT_CONFIGURE squid-5.0.4/errors/fa/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/fa/ERR_AGENT_CONFIGURE	2020-06-09 19:01:59.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_AGENT_CONFIGURE	2020-08-23 05:42:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/fa/ERR_AGENT_WPAD squid-5.0.4/errors/fa/ERR_AGENT_WPAD
--- squid-5.0.3/errors/fa/ERR_AGENT_WPAD	2020-06-09 19:02:00.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_AGENT_WPAD	2020-08-23 05:42:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/fa/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/fa/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/fa/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:02:00.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:42:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:02:00.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:42:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_CANNOT_FORWARD squid-5.0.4/errors/fa/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/fa/ERR_CANNOT_FORWARD	2020-06-09 19:02:01.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_CANNOT_FORWARD	2020-08-23 05:42:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_CONFLICT_HOST squid-5.0.4/errors/fa/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/fa/ERR_CONFLICT_HOST	2020-06-09 19:02:01.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_CONFLICT_HOST	2020-08-23 05:42:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_CONNECT_FAIL squid-5.0.4/errors/fa/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/fa/ERR_CONNECT_FAIL	2020-06-09 19:02:01.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_CONNECT_FAIL	2020-08-23 05:42:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_DIR_LISTING squid-5.0.4/errors/fa/ERR_DIR_LISTING
--- squid-5.0.3/errors/fa/ERR_DIR_LISTING	2020-06-09 19:02:02.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_DIR_LISTING	2020-08-23 05:42:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_DNS_FAIL squid-5.0.4/errors/fa/ERR_DNS_FAIL
--- squid-5.0.3/errors/fa/ERR_DNS_FAIL	2020-06-09 19:02:02.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_DNS_FAIL	2020-08-23 05:42:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_ESI squid-5.0.4/errors/fa/ERR_ESI
--- squid-5.0.3/errors/fa/ERR_ESI	2020-06-09 19:02:02.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_ESI	2020-08-23 05:42:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_FORWARDING_DENIED squid-5.0.4/errors/fa/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/fa/ERR_FORWARDING_DENIED	2020-06-09 19:02:02.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FORWARDING_DENIED	2020-08-23 05:42:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_DISABLED squid-5.0.4/errors/fa/ERR_FTP_DISABLED
--- squid-5.0.3/errors/fa/ERR_FTP_DISABLED	2020-06-09 19:02:03.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_DISABLED	2020-08-23 05:42:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_FAILURE squid-5.0.4/errors/fa/ERR_FTP_FAILURE
--- squid-5.0.3/errors/fa/ERR_FTP_FAILURE	2020-06-09 19:02:03.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_FAILURE	2020-08-23 05:42:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,7 +20,7 @@
 <div id="content">
 <p>یک خطا روی پروتکل FTP  در زمان اتصال به آدرس مورد نظر رخ داد.: <a href="%U">%U</a></p>
 
-<p>اسکویید دستور FTP روبرو را فرستاد:</p>
+<p>اسکویید  دستور  FTP روبرو را فرستاد:</p>
 <blockquote id="data">
 <pre>%f</pre>
 </blockquote>
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_FORBIDDEN squid-5.0.4/errors/fa/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/fa/ERR_FTP_FORBIDDEN	2020-06-09 19:02:03.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_FORBIDDEN	2020-08-23 05:42:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,7 +20,7 @@
 <div id="content">
 <p>موقع تلاش جهت دسترسی به آدرس مورد نظر عمل شناسایی کاربر بر روی FTP با عدم موفقیت همراه بود. : <a href="%U">%U</a></p>
 
-<p>اسکویید دستور FTP روبرو را فرستاد:</p>
+<p>اسکویید  دستور  FTP روبرو را فرستاد:</p>
 <blockquote id="data">
 <pre>%f</pre>
 </blockquote>
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_NOT_FOUND squid-5.0.4/errors/fa/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/fa/ERR_FTP_NOT_FOUND	2020-06-09 19:02:04.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_NOT_FOUND	2020-08-23 05:42:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,7 +20,7 @@
 <div id="content">
 <p>The following URL could not be retrieved: <a href="%U">%U</a></p>
 
-<p>اسکویید دستور FTP روبرو را فرستاد:</p>
+<p>اسکویید  دستور  FTP روبرو را فرستاد:</p>
 <blockquote id="data">
 <pre>%f</pre>
 </blockquote>
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_PUT_CREATED squid-5.0.4/errors/fa/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/fa/ERR_FTP_PUT_CREATED	2020-06-09 19:02:04.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_PUT_CREATED	2020-08-23 05:42:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_PUT_ERROR squid-5.0.4/errors/fa/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/fa/ERR_FTP_PUT_ERROR	2020-06-09 19:02:04.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_PUT_ERROR	2020-08-23 05:42:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,7 +20,7 @@
 <div id="content">
 <p>یک خطا روی پروتکل FTP  در زمان اتصال به آدرس مورد نظر رخ داد.: <a href="%U">%U</a></p>
 
-<p>اسکویید دستور FTP روبرو را فرستاد:</p>
+<p>اسکویید  دستور  FTP روبرو را فرستاد:</p>
 <blockquote id="data">
 <pre>%f</pre>
 </blockquote>
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/fa/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/fa/ERR_FTP_PUT_MODIFIED	2020-06-09 19:02:04.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_PUT_MODIFIED	2020-08-23 05:42:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/fa/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/fa/ERR_FTP_UNAVAILABLE	2020-06-09 19:02:05.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_FTP_UNAVAILABLE	2020-08-23 05:42:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,7 +20,7 @@
 <div id="content">
 <p>The FTP server was too busy to retrieve the URL: <a href="%U">%U</a></p>
 
-<p>اسکویید دستور FTP روبرو را فرستاد:</p>
+<p>اسکویید  دستور  FTP روبرو را فرستاد:</p>
 
 <blockquote id="data">
 <pre>%f</pre>
diff -u -r -N squid-5.0.3/errors/fa/ERR_GATEWAY_FAILURE squid-5.0.4/errors/fa/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/fa/ERR_GATEWAY_FAILURE	2020-06-09 19:02:05.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_GATEWAY_FAILURE	2020-08-23 05:42:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_ICAP_FAILURE squid-5.0.4/errors/fa/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/fa/ERR_ICAP_FAILURE	2020-06-09 19:02:05.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_ICAP_FAILURE	2020-08-23 05:42:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_INVALID_REQ squid-5.0.4/errors/fa/ERR_INVALID_REQ
--- squid-5.0.3/errors/fa/ERR_INVALID_REQ	2020-06-09 19:02:06.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_INVALID_REQ	2020-08-23 05:42:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -30,7 +30,7 @@
 <li id="missing-url"><p>فقدان نشانی اینترنتی</p></li>
 <li id="missing-protocol"><p>فقدان شناسه HTTP (نسخه 1.0)</p></li>
 <li><p>درخواست بسیار بزرگ است.</p></li>
-<li><p>طول محتویات درخواست برای PUT یا POST کم است.</p></li>
+<li><p>طول محتویات درخواست برای PUT  یا POST کم است.</p></li>
 <li><p>کاراکتر غیرمجاز در نام دستگاه، زیرین خط (ـ) اجازه داده نشده است.</p></li>
 <li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
diff -u -r -N squid-5.0.3/errors/fa/ERR_INVALID_RESP squid-5.0.4/errors/fa/ERR_INVALID_RESP
--- squid-5.0.3/errors/fa/ERR_INVALID_RESP	2020-06-09 19:02:06.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_INVALID_RESP	2020-08-23 05:42:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_INVALID_URL squid-5.0.4/errors/fa/ERR_INVALID_URL
--- squid-5.0.3/errors/fa/ERR_INVALID_URL	2020-06-09 19:02:06.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_INVALID_URL	2020-08-23 05:42:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_LIFETIME_EXP squid-5.0.4/errors/fa/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/fa/ERR_LIFETIME_EXP	2020-06-09 19:02:06.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_LIFETIME_EXP	2020-08-23 05:42:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_NO_RELAY squid-5.0.4/errors/fa/ERR_NO_RELAY
--- squid-5.0.3/errors/fa/ERR_NO_RELAY	2020-06-09 19:02:07.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_NO_RELAY	2020-08-23 05:42:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/fa/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/fa/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:02:07.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:42:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_PRECONDITION_FAILED squid-5.0.4/errors/fa/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/fa/ERR_PRECONDITION_FAILED	2020-06-09 19:02:07.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_PRECONDITION_FAILED	2020-08-23 05:42:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/fa/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/fa/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:02:08.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:42:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_READ_ERROR squid-5.0.4/errors/fa/ERR_READ_ERROR
--- squid-5.0.3/errors/fa/ERR_READ_ERROR	2020-06-09 19:02:08.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_READ_ERROR	2020-08-23 05:42:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_READ_TIMEOUT squid-5.0.4/errors/fa/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/fa/ERR_READ_TIMEOUT	2020-06-09 19:02:08.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_READ_TIMEOUT	2020-08-23 05:42:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/fa/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/fa/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:02:09.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:42:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_SHUTTING_DOWN squid-5.0.4/errors/fa/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/fa/ERR_SHUTTING_DOWN	2020-06-09 19:02:09.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_SHUTTING_DOWN	2020-08-23 05:42:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_SOCKET_FAILURE squid-5.0.4/errors/fa/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/fa/ERR_SOCKET_FAILURE	2020-06-09 19:02:09.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_SOCKET_FAILURE	2020-08-23 05:42:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_TOO_BIG squid-5.0.4/errors/fa/ERR_TOO_BIG
--- squid-5.0.3/errors/fa/ERR_TOO_BIG	2020-06-09 19:02:09.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_TOO_BIG	2020-08-23 05:42:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/fa/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/fa/ERR_UNSUP_HTTPVERSION	2020-06-09 19:02:10.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_UNSUP_HTTPVERSION	2020-08-23 05:42:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_UNSUP_REQ squid-5.0.4/errors/fa/ERR_UNSUP_REQ
--- squid-5.0.3/errors/fa/ERR_UNSUP_REQ	2020-06-09 19:02:10.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_UNSUP_REQ	2020-08-23 05:42:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_URN_RESOLVE squid-5.0.4/errors/fa/ERR_URN_RESOLVE
--- squid-5.0.3/errors/fa/ERR_URN_RESOLVE	2020-06-09 19:02:10.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_URN_RESOLVE	2020-08-23 05:42:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_WRITE_ERROR squid-5.0.4/errors/fa/ERR_WRITE_ERROR
--- squid-5.0.3/errors/fa/ERR_WRITE_ERROR	2020-06-09 19:02:11.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_WRITE_ERROR	2020-08-23 05:42:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fa/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/fa/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/fa/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:02:11.000000000 +1200
+++ squid-5.0.4/errors/fa/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:42:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_ACCESS_DENIED squid-5.0.4/errors/fi/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/fi/ERR_ACCESS_DENIED	2020-06-09 19:02:11.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_ACCESS_DENIED	2020-08-23 05:42:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:02:11.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:42:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_AGENT_CONFIGURE squid-5.0.4/errors/fi/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/fi/ERR_AGENT_CONFIGURE	2020-06-09 19:02:12.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_AGENT_CONFIGURE	2020-08-23 05:42:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/fi/ERR_AGENT_WPAD squid-5.0.4/errors/fi/ERR_AGENT_WPAD
--- squid-5.0.3/errors/fi/ERR_AGENT_WPAD	2020-06-09 19:02:12.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_AGENT_WPAD	2020-08-23 05:42:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Valitse Automaattisesti haetut asetukset</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/fi/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/fi/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/fi/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:02:12.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:42:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:02:13.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:42:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_CANNOT_FORWARD squid-5.0.4/errors/fi/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/fi/ERR_CANNOT_FORWARD	2020-06-09 19:02:13.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_CANNOT_FORWARD	2020-08-23 05:42:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_CONFLICT_HOST squid-5.0.4/errors/fi/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/fi/ERR_CONFLICT_HOST	2020-06-09 19:02:13.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_CONFLICT_HOST	2020-08-23 05:42:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_CONNECT_FAIL squid-5.0.4/errors/fi/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/fi/ERR_CONNECT_FAIL	2020-06-09 19:02:13.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_CONNECT_FAIL	2020-08-23 05:42:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_DIR_LISTING squid-5.0.4/errors/fi/ERR_DIR_LISTING
--- squid-5.0.3/errors/fi/ERR_DIR_LISTING	2020-06-09 19:02:14.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_DIR_LISTING	2020-08-23 05:42:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_DNS_FAIL squid-5.0.4/errors/fi/ERR_DNS_FAIL
--- squid-5.0.3/errors/fi/ERR_DNS_FAIL	2020-06-09 19:02:14.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_DNS_FAIL	2020-08-23 05:42:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_ESI squid-5.0.4/errors/fi/ERR_ESI
--- squid-5.0.3/errors/fi/ERR_ESI	2020-06-09 19:02:14.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_ESI	2020-08-23 05:42:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FORWARDING_DENIED squid-5.0.4/errors/fi/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/fi/ERR_FORWARDING_DENIED	2020-06-09 19:02:15.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FORWARDING_DENIED	2020-08-23 05:42:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_DISABLED squid-5.0.4/errors/fi/ERR_FTP_DISABLED
--- squid-5.0.3/errors/fi/ERR_FTP_DISABLED	2020-06-09 19:02:15.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_DISABLED	2020-08-23 05:42:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_FAILURE squid-5.0.4/errors/fi/ERR_FTP_FAILURE
--- squid-5.0.3/errors/fi/ERR_FTP_FAILURE	2020-06-09 19:02:15.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_FAILURE	2020-08-23 05:42:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_FORBIDDEN squid-5.0.4/errors/fi/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/fi/ERR_FTP_FORBIDDEN	2020-06-09 19:02:15.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_FORBIDDEN	2020-08-23 05:42:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_NOT_FOUND squid-5.0.4/errors/fi/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/fi/ERR_FTP_NOT_FOUND	2020-06-09 19:02:16.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_NOT_FOUND	2020-08-23 05:42:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_PUT_CREATED squid-5.0.4/errors/fi/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/fi/ERR_FTP_PUT_CREATED	2020-06-09 19:02:16.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_PUT_CREATED	2020-08-23 05:42:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_PUT_ERROR squid-5.0.4/errors/fi/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/fi/ERR_FTP_PUT_ERROR	2020-06-09 19:02:16.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_PUT_ERROR	2020-08-23 05:42:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/fi/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/fi/ERR_FTP_PUT_MODIFIED	2020-06-09 19:02:17.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_PUT_MODIFIED	2020-08-23 05:42:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/fi/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/fi/ERR_FTP_UNAVAILABLE	2020-06-09 19:02:17.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_FTP_UNAVAILABLE	2020-08-23 05:43:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_GATEWAY_FAILURE squid-5.0.4/errors/fi/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/fi/ERR_GATEWAY_FAILURE	2020-06-09 19:02:17.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_GATEWAY_FAILURE	2020-08-23 05:43:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_ICAP_FAILURE squid-5.0.4/errors/fi/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/fi/ERR_ICAP_FAILURE	2020-06-09 19:02:17.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_ICAP_FAILURE	2020-08-23 05:43:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_INVALID_REQ squid-5.0.4/errors/fi/ERR_INVALID_REQ
--- squid-5.0.3/errors/fi/ERR_INVALID_REQ	2020-06-09 19:02:18.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_INVALID_REQ	2020-08-23 05:43:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_INVALID_RESP squid-5.0.4/errors/fi/ERR_INVALID_RESP
--- squid-5.0.3/errors/fi/ERR_INVALID_RESP	2020-06-09 19:02:18.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_INVALID_RESP	2020-08-23 05:43:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_INVALID_URL squid-5.0.4/errors/fi/ERR_INVALID_URL
--- squid-5.0.3/errors/fi/ERR_INVALID_URL	2020-06-09 19:02:18.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_INVALID_URL	2020-08-23 05:43:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_LIFETIME_EXP squid-5.0.4/errors/fi/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/fi/ERR_LIFETIME_EXP	2020-06-09 19:02:19.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_LIFETIME_EXP	2020-08-23 05:43:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_NO_RELAY squid-5.0.4/errors/fi/ERR_NO_RELAY
--- squid-5.0.3/errors/fi/ERR_NO_RELAY	2020-06-09 19:02:19.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_NO_RELAY	2020-08-23 05:43:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/fi/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/fi/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:02:19.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:43:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_PRECONDITION_FAILED squid-5.0.4/errors/fi/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/fi/ERR_PRECONDITION_FAILED	2020-06-09 19:02:20.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_PRECONDITION_FAILED	2020-08-23 05:43:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/fi/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/fi/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:02:20.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:43:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_READ_ERROR squid-5.0.4/errors/fi/ERR_READ_ERROR
--- squid-5.0.3/errors/fi/ERR_READ_ERROR	2020-06-09 19:02:20.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_READ_ERROR	2020-08-23 05:43:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_READ_TIMEOUT squid-5.0.4/errors/fi/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/fi/ERR_READ_TIMEOUT	2020-06-09 19:02:20.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_READ_TIMEOUT	2020-08-23 05:43:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/fi/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/fi/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:02:21.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:43:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_SHUTTING_DOWN squid-5.0.4/errors/fi/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/fi/ERR_SHUTTING_DOWN	2020-06-09 19:02:21.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_SHUTTING_DOWN	2020-08-23 05:43:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_SOCKET_FAILURE squid-5.0.4/errors/fi/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/fi/ERR_SOCKET_FAILURE	2020-06-09 19:02:21.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_SOCKET_FAILURE	2020-08-23 05:43:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_TOO_BIG squid-5.0.4/errors/fi/ERR_TOO_BIG
--- squid-5.0.3/errors/fi/ERR_TOO_BIG	2020-06-09 19:02:22.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_TOO_BIG	2020-08-23 05:43:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/fi/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/fi/ERR_UNSUP_HTTPVERSION	2020-06-09 19:02:22.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_UNSUP_HTTPVERSION	2020-08-23 05:43:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_UNSUP_REQ squid-5.0.4/errors/fi/ERR_UNSUP_REQ
--- squid-5.0.3/errors/fi/ERR_UNSUP_REQ	2020-06-09 19:02:22.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_UNSUP_REQ	2020-08-23 05:43:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_URN_RESOLVE squid-5.0.4/errors/fi/ERR_URN_RESOLVE
--- squid-5.0.3/errors/fi/ERR_URN_RESOLVE	2020-06-09 19:02:22.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_URN_RESOLVE	2020-08-23 05:43:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_WRITE_ERROR squid-5.0.4/errors/fi/ERR_WRITE_ERROR
--- squid-5.0.3/errors/fi/ERR_WRITE_ERROR	2020-06-09 19:02:23.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_WRITE_ERROR	2020-08-23 05:43:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fi/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/fi/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/fi/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:02:23.000000000 +1200
+++ squid-5.0.4/errors/fi/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:43:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_ACCESS_DENIED squid-5.0.4/errors/fr/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/fr/ERR_ACCESS_DENIED	2020-06-09 19:02:23.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_ACCESS_DENIED	2020-08-23 05:43:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:02:24.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:43:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_AGENT_CONFIGURE squid-5.0.4/errors/fr/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/fr/ERR_AGENT_CONFIGURE	2020-06-09 19:02:24.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_AGENT_CONFIGURE	2020-08-23 05:43:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Vous devez corriger la configuration de votre navigateur Web, pour qu'il soit utilisé dans ce réseau</p>
 </blockquote>
 
 <p>Comment trouver ces réglages dans votre navigateur :</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Outils -&gt; Options -&gt; Avancé -&gt; Réseau -&gt; Paramètres de Connexion</li>
 <li>Vous devez indiquer dans la fenêtre du proxy HTTP, le nom du proxy %h et le port %b</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Outils -&gt; Options Internet -&gt; Connexion -&gt; Paramètres LAN -&gt; Proxy</li>
 <li>Vous devez indiquer dans la fenêtre du proxy HTTP, le nom du proxy %h et le port %b</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Outils -&gt; Préférences -&gt; Avancé -&gt; Réseau -&gt; Serveur Proxy</li>
 <li>Vous devez indiquer dans la fenêtre du proxy HTTP, le nom du proxy %h et le port %b</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/fr/ERR_AGENT_WPAD squid-5.0.4/errors/fr/ERR_AGENT_WPAD
--- squid-5.0.3/errors/fr/ERR_AGENT_WPAD	2020-06-09 19:02:25.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_AGENT_WPAD	2020-08-23 05:43:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Vous devez corriger la configuration de votre navigateur Web, pour qu'il soit utilisé dans ce réseau</p>
 </blockquote>
 
 <p>Comment trouver ces réglages dans votre navigateur :</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Outils -&gt; Options -&gt; Avancé -&gt; Réseau -&gt; Paramètres de Connexion</li>
 <li>Sélectionnez détection automatique dans les paramètres du proxy pour ce réseau</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Outils -&gt; Options Internet -&gt; Connexion -&gt; Paramètres LAN -&gt; Proxy</li>
 <li>Sélectionnez le paramètre détection automatique</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Outils -&gt; Préférences -&gt; Avancé -&gt; Réseau -&gt; Serveur Proxy</li>
 <li>Utilisez la sélection automatique pour configurer le proxy</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/fr/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/fr/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/fr/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:02:25.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:43:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:02:25.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:43:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_CANNOT_FORWARD squid-5.0.4/errors/fr/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/fr/ERR_CANNOT_FORWARD	2020-06-09 19:02:26.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_CANNOT_FORWARD	2020-08-23 05:43:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_CONFLICT_HOST squid-5.0.4/errors/fr/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/fr/ERR_CONFLICT_HOST	2020-06-09 19:02:26.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_CONFLICT_HOST	2020-08-23 05:43:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_CONNECT_FAIL squid-5.0.4/errors/fr/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/fr/ERR_CONNECT_FAIL	2020-06-09 19:02:27.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_CONNECT_FAIL	2020-08-23 05:43:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_DIR_LISTING squid-5.0.4/errors/fr/ERR_DIR_LISTING
--- squid-5.0.3/errors/fr/ERR_DIR_LISTING	2020-06-09 19:02:27.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_DIR_LISTING	2020-08-23 05:43:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_DNS_FAIL squid-5.0.4/errors/fr/ERR_DNS_FAIL
--- squid-5.0.3/errors/fr/ERR_DNS_FAIL	2020-06-09 19:02:27.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_DNS_FAIL	2020-08-23 05:43:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_ESI squid-5.0.4/errors/fr/ERR_ESI
--- squid-5.0.3/errors/fr/ERR_ESI	2020-06-09 19:02:28.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_ESI	2020-08-23 05:43:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FORWARDING_DENIED squid-5.0.4/errors/fr/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/fr/ERR_FORWARDING_DENIED	2020-06-09 19:02:28.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FORWARDING_DENIED	2020-08-23 05:43:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_DISABLED squid-5.0.4/errors/fr/ERR_FTP_DISABLED
--- squid-5.0.3/errors/fr/ERR_FTP_DISABLED	2020-06-09 19:02:28.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_DISABLED	2020-08-23 05:43:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_FAILURE squid-5.0.4/errors/fr/ERR_FTP_FAILURE
--- squid-5.0.3/errors/fr/ERR_FTP_FAILURE	2020-06-09 19:02:29.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_FAILURE	2020-08-23 05:43:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_FORBIDDEN squid-5.0.4/errors/fr/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/fr/ERR_FTP_FORBIDDEN	2020-06-09 19:02:29.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_FORBIDDEN	2020-08-23 05:43:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_NOT_FOUND squid-5.0.4/errors/fr/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/fr/ERR_FTP_NOT_FOUND	2020-06-09 19:02:29.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_NOT_FOUND	2020-08-23 05:43:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_PUT_CREATED squid-5.0.4/errors/fr/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/fr/ERR_FTP_PUT_CREATED	2020-06-09 19:02:30.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_PUT_CREATED	2020-08-23 05:43:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_PUT_ERROR squid-5.0.4/errors/fr/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/fr/ERR_FTP_PUT_ERROR	2020-06-09 19:02:30.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_PUT_ERROR	2020-08-23 05:43:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/fr/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/fr/ERR_FTP_PUT_MODIFIED	2020-06-09 19:02:30.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_PUT_MODIFIED	2020-08-23 05:43:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/fr/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/fr/ERR_FTP_UNAVAILABLE	2020-06-09 19:02:31.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_FTP_UNAVAILABLE	2020-08-23 05:43:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_GATEWAY_FAILURE squid-5.0.4/errors/fr/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/fr/ERR_GATEWAY_FAILURE	2020-06-09 19:02:31.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_GATEWAY_FAILURE	2020-08-23 05:43:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_ICAP_FAILURE squid-5.0.4/errors/fr/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/fr/ERR_ICAP_FAILURE	2020-06-09 19:02:31.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_ICAP_FAILURE	2020-08-23 05:43:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_INVALID_REQ squid-5.0.4/errors/fr/ERR_INVALID_REQ
--- squid-5.0.3/errors/fr/ERR_INVALID_REQ	2020-06-09 19:02:32.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_INVALID_REQ	2020-08-23 05:43:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_INVALID_RESP squid-5.0.4/errors/fr/ERR_INVALID_RESP
--- squid-5.0.3/errors/fr/ERR_INVALID_RESP	2020-06-09 19:02:32.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_INVALID_RESP	2020-08-23 05:43:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_INVALID_URL squid-5.0.4/errors/fr/ERR_INVALID_URL
--- squid-5.0.3/errors/fr/ERR_INVALID_URL	2020-06-09 19:02:32.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_INVALID_URL	2020-08-23 05:43:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_LIFETIME_EXP squid-5.0.4/errors/fr/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/fr/ERR_LIFETIME_EXP	2020-06-09 19:02:33.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_LIFETIME_EXP	2020-08-23 05:43:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_NO_RELAY squid-5.0.4/errors/fr/ERR_NO_RELAY
--- squid-5.0.3/errors/fr/ERR_NO_RELAY	2020-06-09 19:02:33.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_NO_RELAY	2020-08-23 05:43:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/fr/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/fr/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:02:33.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:43:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_PRECONDITION_FAILED squid-5.0.4/errors/fr/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/fr/ERR_PRECONDITION_FAILED	2020-06-09 19:02:34.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_PRECONDITION_FAILED	2020-08-23 05:43:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/fr/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/fr/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:02:34.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:43:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_READ_ERROR squid-5.0.4/errors/fr/ERR_READ_ERROR
--- squid-5.0.3/errors/fr/ERR_READ_ERROR	2020-06-09 19:02:34.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_READ_ERROR	2020-08-23 05:43:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_READ_TIMEOUT squid-5.0.4/errors/fr/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/fr/ERR_READ_TIMEOUT	2020-06-09 19:02:35.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_READ_TIMEOUT	2020-08-23 05:43:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/fr/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/fr/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:02:35.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:43:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_SHUTTING_DOWN squid-5.0.4/errors/fr/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/fr/ERR_SHUTTING_DOWN	2020-06-09 19:02:36.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_SHUTTING_DOWN	2020-08-23 05:43:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_SOCKET_FAILURE squid-5.0.4/errors/fr/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/fr/ERR_SOCKET_FAILURE	2020-06-09 19:02:36.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_SOCKET_FAILURE	2020-08-23 05:43:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_TOO_BIG squid-5.0.4/errors/fr/ERR_TOO_BIG
--- squid-5.0.3/errors/fr/ERR_TOO_BIG	2020-06-09 19:02:36.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_TOO_BIG	2020-08-23 05:43:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/fr/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/fr/ERR_UNSUP_HTTPVERSION	2020-06-09 19:02:37.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_UNSUP_HTTPVERSION	2020-08-23 05:43:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_UNSUP_REQ squid-5.0.4/errors/fr/ERR_UNSUP_REQ
--- squid-5.0.3/errors/fr/ERR_UNSUP_REQ	2020-06-09 19:02:37.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_UNSUP_REQ	2020-08-23 05:43:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_URN_RESOLVE squid-5.0.4/errors/fr/ERR_URN_RESOLVE
--- squid-5.0.3/errors/fr/ERR_URN_RESOLVE	2020-06-09 19:02:37.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_URN_RESOLVE	2020-08-23 05:43:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_WRITE_ERROR squid-5.0.4/errors/fr/ERR_WRITE_ERROR
--- squid-5.0.3/errors/fr/ERR_WRITE_ERROR	2020-06-09 19:02:38.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_WRITE_ERROR	2020-08-23 05:43:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/fr/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/fr/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/fr/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:02:38.000000000 +1200
+++ squid-5.0.4/errors/fr/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:43:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_ACCESS_DENIED squid-5.0.4/errors/he/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/he/ERR_ACCESS_DENIED	2020-06-09 19:02:38.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_ACCESS_DENIED	2020-08-23 05:43:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:02:38.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:43:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_AGENT_CONFIGURE squid-5.0.4/errors/he/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/he/ERR_AGENT_CONFIGURE	2020-06-09 19:02:39.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_AGENT_CONFIGURE	2020-08-23 05:43:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>איך למצוא את ההגדרות האלה בדפדפן שלך:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>כלים -&gt; אפשרויות -&gt; אפשרויות מתקדמות -&gt; רשת -&gt; הגדרות חיבור</li>
 <li>בתיבת הפרוקסי של HTTP, הקלד את שם שרת הפרוקסי %h ואת הפורט %b</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>כלים -&gt; אפשרויות אינטרנט -&gt; חיבורים -&gt; הגדרות LAN -&gt; פרוקסי</li>
 <li>בתיבת הפרוקסי של HTTP, הקלד את שם שרת הפרוקסי %h ואת הפורט %b</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>כלים -&gt; העדפות -&gt; הגדרות מתקדמות -&gt; רשת -&gt; שרתי פרוקסי</li>
 <li>בתיבת הפרוקסי של HTTP, הקלד את שם שרת הפרוקסי %h ואת הפורט %b</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/he/ERR_AGENT_WPAD squid-5.0.4/errors/he/ERR_AGENT_WPAD
--- squid-5.0.3/errors/he/ERR_AGENT_WPAD	2020-06-09 19:02:39.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_AGENT_WPAD	2020-08-23 05:43:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>איך למצוא את ההגדרות האלה בדפדפן שלך:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>כלים -&gt; אפשרויות -&gt; אפשרויות מתקדמות -&gt; רשת -&gt; הגדרות חיבור</li>
 <li>בחר "איתור הגדרות אוטומטי" עבר הרשת הזו</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>כלים -&gt; אפשרויות אינטרנט -&gt; חיבורים -&gt; הגדרות LAN -&gt; פרוקסי</li>
 <li>בחר "איתור הגדרות אוטומטי"</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>כלים -&gt; העדפות -&gt; הגדרות מתקדמות -&gt; רשת -&gt; שרתי פרוקסי</li>
 <li>בחר באיתור הגדרות אוטומטי עבור הגדרת הפרוקסי</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/he/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/he/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/he/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:02:40.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:43:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/he/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/he/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:02:40.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:43:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_CANNOT_FORWARD squid-5.0.4/errors/he/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/he/ERR_CANNOT_FORWARD	2020-06-09 19:02:40.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_CANNOT_FORWARD	2020-08-23 05:43:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_CONFLICT_HOST squid-5.0.4/errors/he/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/he/ERR_CONFLICT_HOST	2020-06-09 19:02:41.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_CONFLICT_HOST	2020-08-23 05:43:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_CONNECT_FAIL squid-5.0.4/errors/he/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/he/ERR_CONNECT_FAIL	2020-06-09 19:02:41.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_CONNECT_FAIL	2020-08-23 05:43:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_DIR_LISTING squid-5.0.4/errors/he/ERR_DIR_LISTING
--- squid-5.0.3/errors/he/ERR_DIR_LISTING	2020-06-09 19:02:41.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_DIR_LISTING	2020-08-23 05:43:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_DNS_FAIL squid-5.0.4/errors/he/ERR_DNS_FAIL
--- squid-5.0.3/errors/he/ERR_DNS_FAIL	2020-06-09 19:02:41.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_DNS_FAIL	2020-08-23 05:43:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_ESI squid-5.0.4/errors/he/ERR_ESI
--- squid-5.0.3/errors/he/ERR_ESI	2020-06-09 19:02:42.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_ESI	2020-08-23 05:43:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FORWARDING_DENIED squid-5.0.4/errors/he/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/he/ERR_FORWARDING_DENIED	2020-06-09 19:02:42.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FORWARDING_DENIED	2020-08-23 05:43:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_DISABLED squid-5.0.4/errors/he/ERR_FTP_DISABLED
--- squid-5.0.3/errors/he/ERR_FTP_DISABLED	2020-06-09 19:02:42.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_DISABLED	2020-08-23 05:43:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_FAILURE squid-5.0.4/errors/he/ERR_FTP_FAILURE
--- squid-5.0.3/errors/he/ERR_FTP_FAILURE	2020-06-09 19:02:43.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_FAILURE	2020-08-23 05:43:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_FORBIDDEN squid-5.0.4/errors/he/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/he/ERR_FTP_FORBIDDEN	2020-06-09 19:02:43.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_FORBIDDEN	2020-08-23 05:43:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_NOT_FOUND squid-5.0.4/errors/he/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/he/ERR_FTP_NOT_FOUND	2020-06-09 19:02:43.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_NOT_FOUND	2020-08-23 05:43:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_PUT_CREATED squid-5.0.4/errors/he/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/he/ERR_FTP_PUT_CREATED	2020-06-09 19:02:44.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_PUT_CREATED	2020-08-23 05:43:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_PUT_ERROR squid-5.0.4/errors/he/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/he/ERR_FTP_PUT_ERROR	2020-06-09 19:02:44.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_PUT_ERROR	2020-08-23 05:43:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/he/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/he/ERR_FTP_PUT_MODIFIED	2020-06-09 19:02:45.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_PUT_MODIFIED	2020-08-23 05:43:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/he/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/he/ERR_FTP_UNAVAILABLE	2020-06-09 19:02:45.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_FTP_UNAVAILABLE	2020-08-23 05:43:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_GATEWAY_FAILURE squid-5.0.4/errors/he/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/he/ERR_GATEWAY_FAILURE	2020-06-09 19:02:45.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_GATEWAY_FAILURE	2020-08-23 05:43:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_ICAP_FAILURE squid-5.0.4/errors/he/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/he/ERR_ICAP_FAILURE	2020-06-09 19:02:46.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_ICAP_FAILURE	2020-08-23 05:43:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_INVALID_REQ squid-5.0.4/errors/he/ERR_INVALID_REQ
--- squid-5.0.3/errors/he/ERR_INVALID_REQ	2020-06-09 19:02:46.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_INVALID_REQ	2020-08-23 05:43:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_INVALID_RESP squid-5.0.4/errors/he/ERR_INVALID_RESP
--- squid-5.0.3/errors/he/ERR_INVALID_RESP	2020-06-09 19:02:46.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_INVALID_RESP	2020-08-23 05:43:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_INVALID_URL squid-5.0.4/errors/he/ERR_INVALID_URL
--- squid-5.0.3/errors/he/ERR_INVALID_URL	2020-06-09 19:02:46.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_INVALID_URL	2020-08-23 05:43:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_LIFETIME_EXP squid-5.0.4/errors/he/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/he/ERR_LIFETIME_EXP	2020-06-09 19:02:47.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_LIFETIME_EXP	2020-08-23 05:43:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_NO_RELAY squid-5.0.4/errors/he/ERR_NO_RELAY
--- squid-5.0.3/errors/he/ERR_NO_RELAY	2020-06-09 19:02:47.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_NO_RELAY	2020-08-23 05:43:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/he/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/he/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:02:47.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:43:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_PRECONDITION_FAILED squid-5.0.4/errors/he/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/he/ERR_PRECONDITION_FAILED	2020-06-09 19:02:48.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_PRECONDITION_FAILED	2020-08-23 05:43:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/he/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/he/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:02:48.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:43:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_READ_ERROR squid-5.0.4/errors/he/ERR_READ_ERROR
--- squid-5.0.3/errors/he/ERR_READ_ERROR	2020-06-09 19:02:49.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_READ_ERROR	2020-08-23 05:43:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_READ_TIMEOUT squid-5.0.4/errors/he/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/he/ERR_READ_TIMEOUT	2020-06-09 19:02:49.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_READ_TIMEOUT	2020-08-23 05:43:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/he/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/he/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:02:49.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:43:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_SHUTTING_DOWN squid-5.0.4/errors/he/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/he/ERR_SHUTTING_DOWN	2020-06-09 19:02:49.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_SHUTTING_DOWN	2020-08-23 05:43:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_SOCKET_FAILURE squid-5.0.4/errors/he/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/he/ERR_SOCKET_FAILURE	2020-06-09 19:02:50.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_SOCKET_FAILURE	2020-08-23 05:43:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_TOO_BIG squid-5.0.4/errors/he/ERR_TOO_BIG
--- squid-5.0.3/errors/he/ERR_TOO_BIG	2020-06-09 19:02:50.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_TOO_BIG	2020-08-23 05:43:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/he/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/he/ERR_UNSUP_HTTPVERSION	2020-06-09 19:02:50.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_UNSUP_HTTPVERSION	2020-08-23 05:43:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_UNSUP_REQ squid-5.0.4/errors/he/ERR_UNSUP_REQ
--- squid-5.0.3/errors/he/ERR_UNSUP_REQ	2020-06-09 19:02:51.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_UNSUP_REQ	2020-08-23 05:43:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_URN_RESOLVE squid-5.0.4/errors/he/ERR_URN_RESOLVE
--- squid-5.0.3/errors/he/ERR_URN_RESOLVE	2020-06-09 19:02:51.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_URN_RESOLVE	2020-08-23 05:43:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_WRITE_ERROR squid-5.0.4/errors/he/ERR_WRITE_ERROR
--- squid-5.0.3/errors/he/ERR_WRITE_ERROR	2020-06-09 19:02:51.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_WRITE_ERROR	2020-08-23 05:43:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/he/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/he/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/he/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:02:52.000000000 +1200
+++ squid-5.0.4/errors/he/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:43:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_ACCESS_DENIED squid-5.0.4/errors/hu/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/hu/ERR_ACCESS_DENIED	2020-06-09 19:02:52.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_ACCESS_DENIED	2020-08-23 05:43:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:02:53.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:43:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_AGENT_CONFIGURE squid-5.0.4/errors/hu/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/hu/ERR_AGENT_CONFIGURE	2020-06-09 19:02:53.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_AGENT_CONFIGURE	2020-08-23 05:43:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>A hálózat használatához módosítania kell a böngésző beállításait.</p>
 </blockquote>
 
 <p>Ezeket a beállításokat az alábbi menüpontokon keresztül találhatja meg:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Eszközök -&gt; Beállítások -&gt; Fejlett -&gt; Hálózat -&gt; Kapcsolatbeállítások</li>
 <li>A HTTP proxy mezőben adja meg a proxy nevét (%h) és portszámát (%b).</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Eszközök -&gt; Internetbeállítások -&gt; Kapcsolat -&gt; Helyi hálózat beállításai -&gt; Proxy</li>
 <li>A HTTP proxy mezőben adja meg a proxy nevét (%h) és portszámát (%b).</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Eszközök -&gt; Beállítások -&gt; Fejlett -&gt; Hálózat -&gt; Proxyszerverek</li>
 <li>A HTTP proxy mezőben adja meg a proxy nevét (%h) és portszámát (%b).</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/hu/ERR_AGENT_WPAD squid-5.0.4/errors/hu/ERR_AGENT_WPAD
--- squid-5.0.3/errors/hu/ERR_AGENT_WPAD	2020-06-09 19:02:53.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_AGENT_WPAD	2020-08-23 05:43:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>A hálózat használatához módosítania kell a böngésző beállításait.</p>
 </blockquote>
 
 <p>Ezeket a beállításokat az alábbi menüpontokon keresztül találhatja meg:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Eszközök -&gt; Beállítások -&gt; Fejlett -&gt; Hálózat -&gt; Kapcsolatbeállítások</li>
 <li>Válassza ki a „Proxybeállítások automatikus felismerése ehhez a hálózathoz” jelölőnégyzetet</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Eszközök -&gt; Internetbeállítások -&gt; Kapcsolat -&gt; Helyi hálózat beállításai -&gt; Proxy</li>
 <li>Válassza ki az „Automatikus felismerés” opciót</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Eszközök -&gt; Beállítások -&gt; Fejlett -&gt; Hálózat -&gt; Proxyszerverek</li>
 <li>Válassza ki az "Automatikus proxybeállítás használata" opciót</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/hu/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/hu/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/hu/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:02:54.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:43:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:02:54.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:43:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_CANNOT_FORWARD squid-5.0.4/errors/hu/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/hu/ERR_CANNOT_FORWARD	2020-06-09 19:02:54.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_CANNOT_FORWARD	2020-08-23 05:43:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_CONFLICT_HOST squid-5.0.4/errors/hu/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/hu/ERR_CONFLICT_HOST	2020-06-09 19:02:55.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_CONFLICT_HOST	2020-08-23 05:43:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_CONNECT_FAIL squid-5.0.4/errors/hu/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/hu/ERR_CONNECT_FAIL	2020-06-09 19:02:55.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_CONNECT_FAIL	2020-08-23 05:43:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_DIR_LISTING squid-5.0.4/errors/hu/ERR_DIR_LISTING
--- squid-5.0.3/errors/hu/ERR_DIR_LISTING	2020-06-09 19:02:55.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_DIR_LISTING	2020-08-23 05:43:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_DNS_FAIL squid-5.0.4/errors/hu/ERR_DNS_FAIL
--- squid-5.0.3/errors/hu/ERR_DNS_FAIL	2020-06-09 19:02:56.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_DNS_FAIL	2020-08-23 05:43:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_ESI squid-5.0.4/errors/hu/ERR_ESI
--- squid-5.0.3/errors/hu/ERR_ESI	2020-06-09 19:02:56.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_ESI	2020-08-23 05:43:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FORWARDING_DENIED squid-5.0.4/errors/hu/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/hu/ERR_FORWARDING_DENIED	2020-06-09 19:02:56.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FORWARDING_DENIED	2020-08-23 05:43:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_DISABLED squid-5.0.4/errors/hu/ERR_FTP_DISABLED
--- squid-5.0.3/errors/hu/ERR_FTP_DISABLED	2020-06-09 19:02:57.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_DISABLED	2020-08-23 05:43:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_FAILURE squid-5.0.4/errors/hu/ERR_FTP_FAILURE
--- squid-5.0.3/errors/hu/ERR_FTP_FAILURE	2020-06-09 19:02:57.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_FAILURE	2020-08-23 05:43:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_FORBIDDEN squid-5.0.4/errors/hu/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/hu/ERR_FTP_FORBIDDEN	2020-06-09 19:02:57.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_FORBIDDEN	2020-08-23 05:43:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_NOT_FOUND squid-5.0.4/errors/hu/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/hu/ERR_FTP_NOT_FOUND	2020-06-09 19:02:58.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_NOT_FOUND	2020-08-23 05:43:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_PUT_CREATED squid-5.0.4/errors/hu/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/hu/ERR_FTP_PUT_CREATED	2020-06-09 19:02:58.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_PUT_CREATED	2020-08-23 05:43:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_PUT_ERROR squid-5.0.4/errors/hu/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/hu/ERR_FTP_PUT_ERROR	2020-06-09 19:02:58.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_PUT_ERROR	2020-08-23 05:43:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/hu/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/hu/ERR_FTP_PUT_MODIFIED	2020-06-09 19:02:59.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_PUT_MODIFIED	2020-08-23 05:43:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/hu/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/hu/ERR_FTP_UNAVAILABLE	2020-06-09 19:02:59.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_FTP_UNAVAILABLE	2020-08-23 05:43:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_GATEWAY_FAILURE squid-5.0.4/errors/hu/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/hu/ERR_GATEWAY_FAILURE	2020-06-09 19:02:59.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_GATEWAY_FAILURE	2020-08-23 05:43:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_ICAP_FAILURE squid-5.0.4/errors/hu/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/hu/ERR_ICAP_FAILURE	2020-06-09 19:02:59.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_ICAP_FAILURE	2020-08-23 05:43:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_INVALID_REQ squid-5.0.4/errors/hu/ERR_INVALID_REQ
--- squid-5.0.3/errors/hu/ERR_INVALID_REQ	2020-06-09 19:03:00.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_INVALID_REQ	2020-08-23 05:43:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_INVALID_RESP squid-5.0.4/errors/hu/ERR_INVALID_RESP
--- squid-5.0.3/errors/hu/ERR_INVALID_RESP	2020-06-09 19:03:00.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_INVALID_RESP	2020-08-23 05:43:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_INVALID_URL squid-5.0.4/errors/hu/ERR_INVALID_URL
--- squid-5.0.3/errors/hu/ERR_INVALID_URL	2020-06-09 19:03:01.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_INVALID_URL	2020-08-23 05:43:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_LIFETIME_EXP squid-5.0.4/errors/hu/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/hu/ERR_LIFETIME_EXP	2020-06-09 19:03:01.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_LIFETIME_EXP	2020-08-23 05:43:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_NO_RELAY squid-5.0.4/errors/hu/ERR_NO_RELAY
--- squid-5.0.3/errors/hu/ERR_NO_RELAY	2020-06-09 19:03:01.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_NO_RELAY	2020-08-23 05:43:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/hu/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/hu/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:03:02.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:43:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_PRECONDITION_FAILED squid-5.0.4/errors/hu/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/hu/ERR_PRECONDITION_FAILED	2020-06-09 19:03:02.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_PRECONDITION_FAILED	2020-08-23 05:43:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/hu/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/hu/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:03:02.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:43:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_READ_ERROR squid-5.0.4/errors/hu/ERR_READ_ERROR
--- squid-5.0.3/errors/hu/ERR_READ_ERROR	2020-06-09 19:03:03.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_READ_ERROR	2020-08-23 05:43:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_READ_TIMEOUT squid-5.0.4/errors/hu/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/hu/ERR_READ_TIMEOUT	2020-06-09 19:03:03.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_READ_TIMEOUT	2020-08-23 05:43:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/hu/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/hu/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:03:03.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:43:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_SHUTTING_DOWN squid-5.0.4/errors/hu/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/hu/ERR_SHUTTING_DOWN	2020-06-09 19:03:04.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_SHUTTING_DOWN	2020-08-23 05:43:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_SOCKET_FAILURE squid-5.0.4/errors/hu/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/hu/ERR_SOCKET_FAILURE	2020-06-09 19:03:04.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_SOCKET_FAILURE	2020-08-23 05:43:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_TOO_BIG squid-5.0.4/errors/hu/ERR_TOO_BIG
--- squid-5.0.3/errors/hu/ERR_TOO_BIG	2020-06-09 19:03:04.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_TOO_BIG	2020-08-23 05:43:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/hu/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/hu/ERR_UNSUP_HTTPVERSION	2020-06-09 19:03:05.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_UNSUP_HTTPVERSION	2020-08-23 05:43:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_UNSUP_REQ squid-5.0.4/errors/hu/ERR_UNSUP_REQ
--- squid-5.0.3/errors/hu/ERR_UNSUP_REQ	2020-06-09 19:03:05.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_UNSUP_REQ	2020-08-23 05:43:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_URN_RESOLVE squid-5.0.4/errors/hu/ERR_URN_RESOLVE
--- squid-5.0.3/errors/hu/ERR_URN_RESOLVE	2020-06-09 19:03:05.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_URN_RESOLVE	2020-08-23 05:43:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_WRITE_ERROR squid-5.0.4/errors/hu/ERR_WRITE_ERROR
--- squid-5.0.3/errors/hu/ERR_WRITE_ERROR	2020-06-09 19:03:06.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_WRITE_ERROR	2020-08-23 05:43:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hu/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/hu/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/hu/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:03:06.000000000 +1200
+++ squid-5.0.4/errors/hu/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:43:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_ACCESS_DENIED squid-5.0.4/errors/hy/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/hy/ERR_ACCESS_DENIED	2020-06-09 19:03:06.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_ACCESS_DENIED	2020-08-23 05:43:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:03:07.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:43:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -24,7 +24,7 @@
 <p><b>Ժամանակային սահմանափակումը գերազանցված է</b></p>
 </blockquote>
 
-<p>Պրոքսի սերվերը սահմանափակում է Ձեր համացանցում գտնվելու ժամանակը.Սահմանափակումը կգործի ցանցի կառավարիչի կողմից նշված ժամանակահատվածում </p>
+<p>Պրոքսի սերվերը սահմանափակում է Ձեր համացանցում գտնվելու  ժամանակը.Սահմանափակումը կգործի ցանցի կառավարիչի կողմից նշված ժամանակահատվածում </p>
 <p>Այս սահմանափակումը իրականացված է Ձեր ինտերնետ կապ ապահովողի կողմից: Եթե Դուք սա սխալ եք համարում, դիմեք նրան:</p>
 
 <p>Ձեր քեշի կառավարիչը <a href="mailto:%w%W">%w</a> է.</p>
diff -u -r -N squid-5.0.3/errors/hy/ERR_AGENT_CONFIGURE squid-5.0.4/errors/hy/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/hy/ERR_AGENT_CONFIGURE	2020-06-09 19:03:07.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_AGENT_CONFIGURE	2020-08-23 05:43:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Այս ցանցից օգտվելու համար Ձեր բրաուզերը անհրաժեշտ է կարգաբերել</p>
 </blockquote>
 
 <p>Ինչպես փնտրել այս կարգաբերումները քո բրաուզերում:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Գործիքներ -&gt; Կարգաբերումներ -&gt; Լրացուցիչ -&gt; Ցանց -&gt; Կապի կարգաբերումներ</li>
 <li>HTTP proxy դաշտում նշիր proxy name %h և port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Գործիքներ -&gt; Ինտերնետ կարգաբերումներ -&gt; Կապ -&gt; LAN կարգաբերումներ -&gt;Պրոքսի</li>
 <li>HTTP proxy դաշտում նշիր proxy name %h և port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Գործիքներ -&gt; Նախընտրություններ -&gt; Լրացուցիչ -&gt; Ցանց -&gt; Պրոքսի սերվերներ</li>
 <li>HTTP proxy դաշտում նշիր proxy name %h և port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/hy/ERR_AGENT_WPAD squid-5.0.4/errors/hy/ERR_AGENT_WPAD
--- squid-5.0.3/errors/hy/ERR_AGENT_WPAD	2020-06-09 19:03:07.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_AGENT_WPAD	2020-08-23 05:43:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Այս ցանցից օգտվելու համար Ձեր բրաուզերը անհրաժեշտ է կարգաբերել</p>
 </blockquote>
 
 <p>Ինչպես փնտրել այս կարգաբերումները քո բրաուզերում:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Գործիքներ -&gt; Կարգաբերումներ -&gt; Լրացուցիչ -&gt; Ցանց -&gt; Կապի կարգաբերումներ</li>
 <li>Ընտրեք Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Գործիքներ -&gt; Ինտերնետ կարգաբերումներ -&gt; Կապ -&gt; LAN կարգաբերումներ -&gt;Պրոքսի</li>
 <li>Ընտրեք Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Գործիքներ -&gt; Նախընտրություններ -&gt; Լրացուցիչ -&gt; Ցանց -&gt; Պրոքսի սերվերներ</li>
 <li>Ընտրեք Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/hy/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/hy/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/hy/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:03:07.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:43:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:03:08.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:43:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_CANNOT_FORWARD squid-5.0.4/errors/hy/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/hy/ERR_CANNOT_FORWARD	2020-06-09 19:03:08.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_CANNOT_FORWARD	2020-08-23 05:43:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_CONFLICT_HOST squid-5.0.4/errors/hy/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/hy/ERR_CONFLICT_HOST	2020-06-09 19:03:08.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_CONFLICT_HOST	2020-08-23 05:43:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_CONNECT_FAIL squid-5.0.4/errors/hy/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/hy/ERR_CONNECT_FAIL	2020-06-09 19:03:09.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_CONNECT_FAIL	2020-08-23 05:43:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_DIR_LISTING squid-5.0.4/errors/hy/ERR_DIR_LISTING
--- squid-5.0.3/errors/hy/ERR_DIR_LISTING	2020-06-09 19:03:09.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_DIR_LISTING	2020-08-23 05:43:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_DNS_FAIL squid-5.0.4/errors/hy/ERR_DNS_FAIL
--- squid-5.0.3/errors/hy/ERR_DNS_FAIL	2020-06-09 19:03:10.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_DNS_FAIL	2020-08-23 05:43:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_ESI squid-5.0.4/errors/hy/ERR_ESI
--- squid-5.0.3/errors/hy/ERR_ESI	2020-06-09 19:03:10.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_ESI	2020-08-23 05:43:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FORWARDING_DENIED squid-5.0.4/errors/hy/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/hy/ERR_FORWARDING_DENIED	2020-06-09 19:03:10.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FORWARDING_DENIED	2020-08-23 05:43:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_DISABLED squid-5.0.4/errors/hy/ERR_FTP_DISABLED
--- squid-5.0.3/errors/hy/ERR_FTP_DISABLED	2020-06-09 19:03:11.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_DISABLED	2020-08-23 05:43:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_FAILURE squid-5.0.4/errors/hy/ERR_FTP_FAILURE
--- squid-5.0.3/errors/hy/ERR_FTP_FAILURE	2020-06-09 19:03:11.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_FAILURE	2020-08-23 05:43:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_FORBIDDEN squid-5.0.4/errors/hy/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/hy/ERR_FTP_FORBIDDEN	2020-06-09 19:03:11.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_FORBIDDEN	2020-08-23 05:43:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_NOT_FOUND squid-5.0.4/errors/hy/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/hy/ERR_FTP_NOT_FOUND	2020-06-09 19:03:12.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_NOT_FOUND	2020-08-23 05:43:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_PUT_CREATED squid-5.0.4/errors/hy/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/hy/ERR_FTP_PUT_CREATED	2020-06-09 19:03:12.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_PUT_CREATED	2020-08-23 05:43:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_PUT_ERROR squid-5.0.4/errors/hy/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/hy/ERR_FTP_PUT_ERROR	2020-06-09 19:03:12.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_PUT_ERROR	2020-08-23 05:43:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/hy/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/hy/ERR_FTP_PUT_MODIFIED	2020-06-09 19:03:13.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_PUT_MODIFIED	2020-08-23 05:43:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/hy/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/hy/ERR_FTP_UNAVAILABLE	2020-06-09 19:03:13.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_FTP_UNAVAILABLE	2020-08-23 05:43:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_GATEWAY_FAILURE squid-5.0.4/errors/hy/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/hy/ERR_GATEWAY_FAILURE	2020-06-09 19:03:13.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_GATEWAY_FAILURE	2020-08-23 05:43:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_ICAP_FAILURE squid-5.0.4/errors/hy/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/hy/ERR_ICAP_FAILURE	2020-06-09 19:03:14.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_ICAP_FAILURE	2020-08-23 05:43:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_INVALID_REQ squid-5.0.4/errors/hy/ERR_INVALID_REQ
--- squid-5.0.3/errors/hy/ERR_INVALID_REQ	2020-06-09 19:03:14.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_INVALID_REQ	2020-08-23 05:43:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_INVALID_RESP squid-5.0.4/errors/hy/ERR_INVALID_RESP
--- squid-5.0.3/errors/hy/ERR_INVALID_RESP	2020-06-09 19:03:14.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_INVALID_RESP	2020-08-23 05:43:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_INVALID_URL squid-5.0.4/errors/hy/ERR_INVALID_URL
--- squid-5.0.3/errors/hy/ERR_INVALID_URL	2020-06-09 19:03:15.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_INVALID_URL	2020-08-23 05:43:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_LIFETIME_EXP squid-5.0.4/errors/hy/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/hy/ERR_LIFETIME_EXP	2020-06-09 19:03:15.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_LIFETIME_EXP	2020-08-23 05:43:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_NO_RELAY squid-5.0.4/errors/hy/ERR_NO_RELAY
--- squid-5.0.3/errors/hy/ERR_NO_RELAY	2020-06-09 19:03:15.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_NO_RELAY	2020-08-23 05:43:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/hy/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/hy/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:03:16.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:43:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_PRECONDITION_FAILED squid-5.0.4/errors/hy/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/hy/ERR_PRECONDITION_FAILED	2020-06-09 19:03:16.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_PRECONDITION_FAILED	2020-08-23 05:43:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/hy/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/hy/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:03:16.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:43:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_READ_ERROR squid-5.0.4/errors/hy/ERR_READ_ERROR
--- squid-5.0.3/errors/hy/ERR_READ_ERROR	2020-06-09 19:03:17.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_READ_ERROR	2020-08-23 05:43:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_READ_TIMEOUT squid-5.0.4/errors/hy/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/hy/ERR_READ_TIMEOUT	2020-06-09 19:03:17.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_READ_TIMEOUT	2020-08-23 05:43:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/hy/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/hy/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:03:17.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:43:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_SHUTTING_DOWN squid-5.0.4/errors/hy/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/hy/ERR_SHUTTING_DOWN	2020-06-09 19:03:18.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_SHUTTING_DOWN	2020-08-23 05:43:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_SOCKET_FAILURE squid-5.0.4/errors/hy/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/hy/ERR_SOCKET_FAILURE	2020-06-09 19:03:18.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_SOCKET_FAILURE	2020-08-23 05:43:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_TOO_BIG squid-5.0.4/errors/hy/ERR_TOO_BIG
--- squid-5.0.3/errors/hy/ERR_TOO_BIG	2020-06-09 19:03:18.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_TOO_BIG	2020-08-23 05:43:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/hy/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/hy/ERR_UNSUP_HTTPVERSION	2020-06-09 19:03:19.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_UNSUP_HTTPVERSION	2020-08-23 05:43:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_UNSUP_REQ squid-5.0.4/errors/hy/ERR_UNSUP_REQ
--- squid-5.0.3/errors/hy/ERR_UNSUP_REQ	2020-06-09 19:03:19.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_UNSUP_REQ	2020-08-23 05:43:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_URN_RESOLVE squid-5.0.4/errors/hy/ERR_URN_RESOLVE
--- squid-5.0.3/errors/hy/ERR_URN_RESOLVE	2020-06-09 19:03:19.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_URN_RESOLVE	2020-08-23 05:43:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_WRITE_ERROR squid-5.0.4/errors/hy/ERR_WRITE_ERROR
--- squid-5.0.3/errors/hy/ERR_WRITE_ERROR	2020-06-09 19:03:20.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_WRITE_ERROR	2020-08-23 05:43:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/hy/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/hy/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/hy/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:03:20.000000000 +1200
+++ squid-5.0.4/errors/hy/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:43:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_ACCESS_DENIED squid-5.0.4/errors/id/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/id/ERR_ACCESS_DENIED	2020-06-09 19:03:20.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_ACCESS_DENIED	2020-08-23 05:43:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:03:21.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:43:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_AGENT_CONFIGURE squid-5.0.4/errors/id/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/id/ERR_AGENT_CONFIGURE	2020-06-09 19:03:21.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_AGENT_CONFIGURE	2020-08-23 05:43:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/id/ERR_AGENT_WPAD squid-5.0.4/errors/id/ERR_AGENT_WPAD
--- squid-5.0.3/errors/id/ERR_AGENT_WPAD	2020-06-09 19:03:21.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_AGENT_WPAD	2020-08-23 05:43:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/id/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/id/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/id/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:03:22.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:43:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/id/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:03:22.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:43:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_CANNOT_FORWARD squid-5.0.4/errors/id/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/id/ERR_CANNOT_FORWARD	2020-06-09 19:03:22.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_CANNOT_FORWARD	2020-08-23 05:43:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_CONFLICT_HOST squid-5.0.4/errors/id/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/id/ERR_CONFLICT_HOST	2020-06-09 19:03:23.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_CONFLICT_HOST	2020-08-23 05:43:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_CONNECT_FAIL squid-5.0.4/errors/id/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/id/ERR_CONNECT_FAIL	2020-06-09 19:03:23.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_CONNECT_FAIL	2020-08-23 05:43:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_DIR_LISTING squid-5.0.4/errors/id/ERR_DIR_LISTING
--- squid-5.0.3/errors/id/ERR_DIR_LISTING	2020-06-09 19:03:23.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_DIR_LISTING	2020-08-23 05:43:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_DNS_FAIL squid-5.0.4/errors/id/ERR_DNS_FAIL
--- squid-5.0.3/errors/id/ERR_DNS_FAIL	2020-06-09 19:03:24.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_DNS_FAIL	2020-08-23 05:43:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_ESI squid-5.0.4/errors/id/ERR_ESI
--- squid-5.0.3/errors/id/ERR_ESI	2020-06-09 19:03:24.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_ESI	2020-08-23 05:43:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FORWARDING_DENIED squid-5.0.4/errors/id/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/id/ERR_FORWARDING_DENIED	2020-06-09 19:03:24.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FORWARDING_DENIED	2020-08-23 05:43:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_DISABLED squid-5.0.4/errors/id/ERR_FTP_DISABLED
--- squid-5.0.3/errors/id/ERR_FTP_DISABLED	2020-06-09 19:03:25.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_DISABLED	2020-08-23 05:43:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_FAILURE squid-5.0.4/errors/id/ERR_FTP_FAILURE
--- squid-5.0.3/errors/id/ERR_FTP_FAILURE	2020-06-09 19:03:25.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_FAILURE	2020-08-23 05:43:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_FORBIDDEN squid-5.0.4/errors/id/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/id/ERR_FTP_FORBIDDEN	2020-06-09 19:03:25.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_FORBIDDEN	2020-08-23 05:43:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_NOT_FOUND squid-5.0.4/errors/id/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/id/ERR_FTP_NOT_FOUND	2020-06-09 19:03:26.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_NOT_FOUND	2020-08-23 05:43:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_PUT_CREATED squid-5.0.4/errors/id/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/id/ERR_FTP_PUT_CREATED	2020-06-09 19:03:26.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_PUT_CREATED	2020-08-23 05:43:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_PUT_ERROR squid-5.0.4/errors/id/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/id/ERR_FTP_PUT_ERROR	2020-06-09 19:03:26.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_PUT_ERROR	2020-08-23 05:43:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/id/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/id/ERR_FTP_PUT_MODIFIED	2020-06-09 19:03:27.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_PUT_MODIFIED	2020-08-23 05:43:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/id/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/id/ERR_FTP_UNAVAILABLE	2020-06-09 19:03:27.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_FTP_UNAVAILABLE	2020-08-23 05:43:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_GATEWAY_FAILURE squid-5.0.4/errors/id/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/id/ERR_GATEWAY_FAILURE	2020-06-09 19:03:27.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_GATEWAY_FAILURE	2020-08-23 05:43:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_ICAP_FAILURE squid-5.0.4/errors/id/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/id/ERR_ICAP_FAILURE	2020-06-09 19:03:28.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_ICAP_FAILURE	2020-08-23 05:43:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_INVALID_REQ squid-5.0.4/errors/id/ERR_INVALID_REQ
--- squid-5.0.3/errors/id/ERR_INVALID_REQ	2020-06-09 19:03:28.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_INVALID_REQ	2020-08-23 05:43:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_INVALID_RESP squid-5.0.4/errors/id/ERR_INVALID_RESP
--- squid-5.0.3/errors/id/ERR_INVALID_RESP	2020-06-09 19:03:28.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_INVALID_RESP	2020-08-23 05:44:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_INVALID_URL squid-5.0.4/errors/id/ERR_INVALID_URL
--- squid-5.0.3/errors/id/ERR_INVALID_URL	2020-06-09 19:03:29.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_INVALID_URL	2020-08-23 05:44:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_LIFETIME_EXP squid-5.0.4/errors/id/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/id/ERR_LIFETIME_EXP	2020-06-09 19:03:29.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_LIFETIME_EXP	2020-08-23 05:44:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_NO_RELAY squid-5.0.4/errors/id/ERR_NO_RELAY
--- squid-5.0.3/errors/id/ERR_NO_RELAY	2020-06-09 19:03:29.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_NO_RELAY	2020-08-23 05:44:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/id/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/id/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:03:30.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:44:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_PRECONDITION_FAILED squid-5.0.4/errors/id/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/id/ERR_PRECONDITION_FAILED	2020-06-09 19:03:30.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_PRECONDITION_FAILED	2020-08-23 05:44:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/id/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/id/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:03:30.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:44:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_READ_ERROR squid-5.0.4/errors/id/ERR_READ_ERROR
--- squid-5.0.3/errors/id/ERR_READ_ERROR	2020-06-09 19:03:31.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_READ_ERROR	2020-08-23 05:44:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_READ_TIMEOUT squid-5.0.4/errors/id/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/id/ERR_READ_TIMEOUT	2020-06-09 19:03:31.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_READ_TIMEOUT	2020-08-23 05:44:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/id/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/id/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:03:31.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:44:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_SHUTTING_DOWN squid-5.0.4/errors/id/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/id/ERR_SHUTTING_DOWN	2020-06-09 19:03:32.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_SHUTTING_DOWN	2020-08-23 05:44:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_SOCKET_FAILURE squid-5.0.4/errors/id/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/id/ERR_SOCKET_FAILURE	2020-06-09 19:03:32.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_SOCKET_FAILURE	2020-08-23 05:44:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_TOO_BIG squid-5.0.4/errors/id/ERR_TOO_BIG
--- squid-5.0.3/errors/id/ERR_TOO_BIG	2020-06-09 19:03:32.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_TOO_BIG	2020-08-23 05:44:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/id/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/id/ERR_UNSUP_HTTPVERSION	2020-06-09 19:03:33.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_UNSUP_HTTPVERSION	2020-08-23 05:44:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_UNSUP_REQ squid-5.0.4/errors/id/ERR_UNSUP_REQ
--- squid-5.0.3/errors/id/ERR_UNSUP_REQ	2020-06-09 19:03:33.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_UNSUP_REQ	2020-08-23 05:44:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_URN_RESOLVE squid-5.0.4/errors/id/ERR_URN_RESOLVE
--- squid-5.0.3/errors/id/ERR_URN_RESOLVE	2020-06-09 19:03:33.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_URN_RESOLVE	2020-08-23 05:44:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_WRITE_ERROR squid-5.0.4/errors/id/ERR_WRITE_ERROR
--- squid-5.0.3/errors/id/ERR_WRITE_ERROR	2020-06-09 19:03:34.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_WRITE_ERROR	2020-08-23 05:44:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/id/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/id/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/id/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:03:34.000000000 +1200
+++ squid-5.0.4/errors/id/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:44:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_ACCESS_DENIED squid-5.0.4/errors/it/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/it/ERR_ACCESS_DENIED	2020-06-09 19:03:34.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_ACCESS_DENIED	2020-08-23 05:44:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:03:35.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:44:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_AGENT_CONFIGURE squid-5.0.4/errors/it/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/it/ERR_AGENT_CONFIGURE	2020-06-09 19:03:35.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_AGENT_CONFIGURE	2020-08-23 05:44:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>La configurazione del tuo browser dev'essere modificata prima di poter utilizzare questa rete.</p>
 </blockquote>
 
 <p>Indicazioni su come configurare il tuo browser sono disponibili a:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Strumenti -&gt; Opzioni -&gt; Avanzate -&gt; Rete -&gt; Impostazioni di connessione</li>
 <li>Nel box "Proxy HTTP" inserisci l'indirizzo del proxy (%h) e la porta %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Strumenti -&gt; Opzioni Internet -&gt; Connessioni -&gt; Impostazioni LAN -&gt;Proxy</li>
 <li>Nel box "Proxy HTTP" inserisci l'indirizzo del proxy (%h) e la porta %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Strumenti -&gt; Preferenze -&gt; Avanzate -&gt; Rete -&gt; Server proxy</li>
 <li>Nel box "Proxy HTTP" inserisci l'indirizzo del proxy (%h) e la porta %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/it/ERR_AGENT_WPAD squid-5.0.4/errors/it/ERR_AGENT_WPAD
--- squid-5.0.3/errors/it/ERR_AGENT_WPAD	2020-06-09 19:03:35.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_AGENT_WPAD	2020-08-23 05:44:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>La configurazione del tuo browser dev'essere modificata prima di poter utilizzare questa rete.</p>
 </blockquote>
 
 <p>Indicazioni su come configurare il tuo browser sono disponibili a:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Strumenti -&gt; Opzioni -&gt; Avanzate -&gt; Rete -&gt; Impostazioni di connessione</li>
 <li>Seleziona "Rileva automaticamente impostazioni proxy per questa rete"</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Strumenti -&gt; Opzioni Internet -&gt; Connessioni -&gt; Impostazioni LAN -&gt;Proxy</li>
 <li>Seleziona "Rileva automaticamente impostazioni"</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Strumenti -&gt; Preferenze -&gt; Avanzate -&gt; Rete -&gt; Server proxy</li>
 <li>Seleziona "Usa script di configurazione automatica"</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/it/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/it/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/it/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:03:36.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:44:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/it/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/it/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:03:36.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:44:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_CANNOT_FORWARD squid-5.0.4/errors/it/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/it/ERR_CANNOT_FORWARD	2020-06-09 19:03:36.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_CANNOT_FORWARD	2020-08-23 05:44:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_CONFLICT_HOST squid-5.0.4/errors/it/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/it/ERR_CONFLICT_HOST	2020-06-09 19:03:37.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_CONFLICT_HOST	2020-08-23 05:44:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_CONNECT_FAIL squid-5.0.4/errors/it/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/it/ERR_CONNECT_FAIL	2020-06-09 19:03:37.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_CONNECT_FAIL	2020-08-23 05:44:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_DIR_LISTING squid-5.0.4/errors/it/ERR_DIR_LISTING
--- squid-5.0.3/errors/it/ERR_DIR_LISTING	2020-06-09 19:03:37.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_DIR_LISTING	2020-08-23 05:44:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_DNS_FAIL squid-5.0.4/errors/it/ERR_DNS_FAIL
--- squid-5.0.3/errors/it/ERR_DNS_FAIL	2020-06-09 19:03:38.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_DNS_FAIL	2020-08-23 05:44:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_ESI squid-5.0.4/errors/it/ERR_ESI
--- squid-5.0.3/errors/it/ERR_ESI	2020-06-09 19:03:38.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_ESI	2020-08-23 05:44:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FORWARDING_DENIED squid-5.0.4/errors/it/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/it/ERR_FORWARDING_DENIED	2020-06-09 19:03:38.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FORWARDING_DENIED	2020-08-23 05:44:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_DISABLED squid-5.0.4/errors/it/ERR_FTP_DISABLED
--- squid-5.0.3/errors/it/ERR_FTP_DISABLED	2020-06-09 19:03:39.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_DISABLED	2020-08-23 05:44:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_FAILURE squid-5.0.4/errors/it/ERR_FTP_FAILURE
--- squid-5.0.3/errors/it/ERR_FTP_FAILURE	2020-06-09 19:03:39.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_FAILURE	2020-08-23 05:44:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_FORBIDDEN squid-5.0.4/errors/it/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/it/ERR_FTP_FORBIDDEN	2020-06-09 19:03:39.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_FORBIDDEN	2020-08-23 05:44:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_NOT_FOUND squid-5.0.4/errors/it/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/it/ERR_FTP_NOT_FOUND	2020-06-09 19:03:40.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_NOT_FOUND	2020-08-23 05:44:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_PUT_CREATED squid-5.0.4/errors/it/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/it/ERR_FTP_PUT_CREATED	2020-06-09 19:03:40.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_PUT_CREATED	2020-08-23 05:44:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_PUT_ERROR squid-5.0.4/errors/it/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/it/ERR_FTP_PUT_ERROR	2020-06-09 19:03:40.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_PUT_ERROR	2020-08-23 05:44:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/it/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/it/ERR_FTP_PUT_MODIFIED	2020-06-09 19:03:41.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_PUT_MODIFIED	2020-08-23 05:44:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/it/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/it/ERR_FTP_UNAVAILABLE	2020-06-09 19:03:41.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_FTP_UNAVAILABLE	2020-08-23 05:44:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_GATEWAY_FAILURE squid-5.0.4/errors/it/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/it/ERR_GATEWAY_FAILURE	2020-06-09 19:03:41.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_GATEWAY_FAILURE	2020-08-23 05:44:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_ICAP_FAILURE squid-5.0.4/errors/it/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/it/ERR_ICAP_FAILURE	2020-06-09 19:03:42.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_ICAP_FAILURE	2020-08-23 05:44:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_INVALID_REQ squid-5.0.4/errors/it/ERR_INVALID_REQ
--- squid-5.0.3/errors/it/ERR_INVALID_REQ	2020-06-09 19:03:42.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_INVALID_REQ	2020-08-23 05:44:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_INVALID_RESP squid-5.0.4/errors/it/ERR_INVALID_RESP
--- squid-5.0.3/errors/it/ERR_INVALID_RESP	2020-06-09 19:03:42.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_INVALID_RESP	2020-08-23 05:44:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_INVALID_URL squid-5.0.4/errors/it/ERR_INVALID_URL
--- squid-5.0.3/errors/it/ERR_INVALID_URL	2020-06-09 19:03:43.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_INVALID_URL	2020-08-23 05:44:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_LIFETIME_EXP squid-5.0.4/errors/it/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/it/ERR_LIFETIME_EXP	2020-06-09 19:03:43.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_LIFETIME_EXP	2020-08-23 05:44:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_NO_RELAY squid-5.0.4/errors/it/ERR_NO_RELAY
--- squid-5.0.3/errors/it/ERR_NO_RELAY	2020-06-09 19:03:43.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_NO_RELAY	2020-08-23 05:44:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/it/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/it/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:03:44.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:44:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_PRECONDITION_FAILED squid-5.0.4/errors/it/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/it/ERR_PRECONDITION_FAILED	2020-06-09 19:03:44.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_PRECONDITION_FAILED	2020-08-23 05:44:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/it/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/it/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:03:44.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:44:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_READ_ERROR squid-5.0.4/errors/it/ERR_READ_ERROR
--- squid-5.0.3/errors/it/ERR_READ_ERROR	2020-06-09 19:03:45.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_READ_ERROR	2020-08-23 05:44:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_READ_TIMEOUT squid-5.0.4/errors/it/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/it/ERR_READ_TIMEOUT	2020-06-09 19:03:45.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_READ_TIMEOUT	2020-08-23 05:44:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/it/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/it/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:03:45.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:44:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_SHUTTING_DOWN squid-5.0.4/errors/it/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/it/ERR_SHUTTING_DOWN	2020-06-09 19:03:46.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_SHUTTING_DOWN	2020-08-23 05:44:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_SOCKET_FAILURE squid-5.0.4/errors/it/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/it/ERR_SOCKET_FAILURE	2020-06-09 19:03:46.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_SOCKET_FAILURE	2020-08-23 05:44:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_TOO_BIG squid-5.0.4/errors/it/ERR_TOO_BIG
--- squid-5.0.3/errors/it/ERR_TOO_BIG	2020-06-09 19:03:46.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_TOO_BIG	2020-08-23 05:44:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/it/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/it/ERR_UNSUP_HTTPVERSION	2020-06-09 19:03:47.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_UNSUP_HTTPVERSION	2020-08-23 05:44:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_UNSUP_REQ squid-5.0.4/errors/it/ERR_UNSUP_REQ
--- squid-5.0.3/errors/it/ERR_UNSUP_REQ	2020-06-09 19:03:47.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_UNSUP_REQ	2020-08-23 05:44:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_URN_RESOLVE squid-5.0.4/errors/it/ERR_URN_RESOLVE
--- squid-5.0.3/errors/it/ERR_URN_RESOLVE	2020-06-09 19:03:47.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_URN_RESOLVE	2020-08-23 05:44:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_WRITE_ERROR squid-5.0.4/errors/it/ERR_WRITE_ERROR
--- squid-5.0.3/errors/it/ERR_WRITE_ERROR	2020-06-09 19:03:48.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_WRITE_ERROR	2020-08-23 05:44:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/it/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/it/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/it/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:03:48.000000000 +1200
+++ squid-5.0.4/errors/it/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:44:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_ACCESS_DENIED squid-5.0.4/errors/ja/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ja/ERR_ACCESS_DENIED	2020-06-09 19:03:48.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_ACCESS_DENIED	2020-08-23 05:44:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:03:49.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:44:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ja/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ja/ERR_AGENT_CONFIGURE	2020-06-09 19:03:49.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_AGENT_CONFIGURE	2020-08-23 05:44:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>ご利用のブラウザを設定する方法の探し方:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>ツール -&gt; オプション -&gt; 詳細 -&gt; ネットワーク -&gt; 接続設定</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>ツール -&gt; インターネット オプション -&gt; 接続 -&gt; LAN の設定 -&gt; プロキシ サーバー</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>ツール -&gt; 設定 -&gt; 詳細 -&gt; ネットワーク -&gt; プロキシサーバー</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ja/ERR_AGENT_WPAD squid-5.0.4/errors/ja/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ja/ERR_AGENT_WPAD	2020-06-09 19:03:49.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_AGENT_WPAD	2020-08-23 05:44:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>ご利用のブラウザを設定する方法の探し方:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>ツール -&gt; オプション -&gt; 詳細 -&gt; ネットワーク -&gt; 接続設定</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>ツール -&gt; インターネット オプション -&gt; 接続 -&gt; LAN の設定 -&gt; プロキシ サーバー</li>
 <li>自動検出の設定を選択してください。</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>ツール -&gt; 設定 -&gt; 詳細 -&gt; ネットワーク -&gt; プロキシサーバー</li>
 <li>proxyの自動構成を選択してください。</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ja/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ja/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ja/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:03:50.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:44:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:03:50.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:44:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_CANNOT_FORWARD squid-5.0.4/errors/ja/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ja/ERR_CANNOT_FORWARD	2020-06-09 19:03:50.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_CANNOT_FORWARD	2020-08-23 05:44:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_CONFLICT_HOST squid-5.0.4/errors/ja/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ja/ERR_CONFLICT_HOST	2020-06-09 19:03:51.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_CONFLICT_HOST	2020-08-23 05:44:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_CONNECT_FAIL squid-5.0.4/errors/ja/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ja/ERR_CONNECT_FAIL	2020-06-09 19:03:51.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_CONNECT_FAIL	2020-08-23 05:44:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_DIR_LISTING squid-5.0.4/errors/ja/ERR_DIR_LISTING
--- squid-5.0.3/errors/ja/ERR_DIR_LISTING	2020-06-09 19:03:51.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_DIR_LISTING	2020-08-23 05:44:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_DNS_FAIL squid-5.0.4/errors/ja/ERR_DNS_FAIL
--- squid-5.0.3/errors/ja/ERR_DNS_FAIL	2020-06-09 19:03:52.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_DNS_FAIL	2020-08-23 05:44:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_ESI squid-5.0.4/errors/ja/ERR_ESI
--- squid-5.0.3/errors/ja/ERR_ESI	2020-06-09 19:03:52.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_ESI	2020-08-23 05:44:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FORWARDING_DENIED squid-5.0.4/errors/ja/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ja/ERR_FORWARDING_DENIED	2020-06-09 19:03:52.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FORWARDING_DENIED	2020-08-23 05:44:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_DISABLED squid-5.0.4/errors/ja/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ja/ERR_FTP_DISABLED	2020-06-09 19:03:53.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_DISABLED	2020-08-23 05:44:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_FAILURE squid-5.0.4/errors/ja/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ja/ERR_FTP_FAILURE	2020-06-09 19:03:53.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_FAILURE	2020-08-23 05:44:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ja/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ja/ERR_FTP_FORBIDDEN	2020-06-09 19:03:53.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_FORBIDDEN	2020-08-23 05:44:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ja/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ja/ERR_FTP_NOT_FOUND	2020-06-09 19:03:54.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_NOT_FOUND	2020-08-23 05:44:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ja/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ja/ERR_FTP_PUT_CREATED	2020-06-09 19:03:54.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_PUT_CREATED	2020-08-23 05:44:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ja/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ja/ERR_FTP_PUT_ERROR	2020-06-09 19:03:54.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_PUT_ERROR	2020-08-23 05:44:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ja/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ja/ERR_FTP_PUT_MODIFIED	2020-06-09 19:03:55.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_PUT_MODIFIED	2020-08-23 05:44:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ja/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ja/ERR_FTP_UNAVAILABLE	2020-06-09 19:03:55.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_FTP_UNAVAILABLE	2020-08-23 05:44:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ja/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ja/ERR_GATEWAY_FAILURE	2020-06-09 19:03:55.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_GATEWAY_FAILURE	2020-08-23 05:44:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_ICAP_FAILURE squid-5.0.4/errors/ja/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ja/ERR_ICAP_FAILURE	2020-06-09 19:03:56.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_ICAP_FAILURE	2020-08-23 05:44:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_INVALID_REQ squid-5.0.4/errors/ja/ERR_INVALID_REQ
--- squid-5.0.3/errors/ja/ERR_INVALID_REQ	2020-06-09 19:03:56.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_INVALID_REQ	2020-08-23 05:44:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_INVALID_RESP squid-5.0.4/errors/ja/ERR_INVALID_RESP
--- squid-5.0.3/errors/ja/ERR_INVALID_RESP	2020-06-09 19:03:56.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_INVALID_RESP	2020-08-23 05:44:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_INVALID_URL squid-5.0.4/errors/ja/ERR_INVALID_URL
--- squid-5.0.3/errors/ja/ERR_INVALID_URL	2020-06-09 19:03:57.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_INVALID_URL	2020-08-23 05:44:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_LIFETIME_EXP squid-5.0.4/errors/ja/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ja/ERR_LIFETIME_EXP	2020-06-09 19:03:57.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_LIFETIME_EXP	2020-08-23 05:44:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_NO_RELAY squid-5.0.4/errors/ja/ERR_NO_RELAY
--- squid-5.0.3/errors/ja/ERR_NO_RELAY	2020-06-09 19:03:57.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_NO_RELAY	2020-08-23 05:44:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ja/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ja/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:03:58.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:44:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ja/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ja/ERR_PRECONDITION_FAILED	2020-06-09 19:03:58.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_PRECONDITION_FAILED	2020-08-23 05:44:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ja/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ja/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:03:58.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:44:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_READ_ERROR squid-5.0.4/errors/ja/ERR_READ_ERROR
--- squid-5.0.3/errors/ja/ERR_READ_ERROR	2020-06-09 19:03:59.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_READ_ERROR	2020-08-23 05:44:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_READ_TIMEOUT squid-5.0.4/errors/ja/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ja/ERR_READ_TIMEOUT	2020-06-09 19:03:59.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_READ_TIMEOUT	2020-08-23 05:44:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ja/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ja/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:03:59.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:44:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_SHUTTING_DOWN squid-5.0.4/errors/ja/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ja/ERR_SHUTTING_DOWN	2020-06-09 19:04:00.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_SHUTTING_DOWN	2020-08-23 05:44:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_SOCKET_FAILURE squid-5.0.4/errors/ja/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ja/ERR_SOCKET_FAILURE	2020-06-09 19:04:00.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_SOCKET_FAILURE	2020-08-23 05:44:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_TOO_BIG squid-5.0.4/errors/ja/ERR_TOO_BIG
--- squid-5.0.3/errors/ja/ERR_TOO_BIG	2020-06-09 19:04:00.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_TOO_BIG	2020-08-23 05:44:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ja/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ja/ERR_UNSUP_HTTPVERSION	2020-06-09 19:04:01.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_UNSUP_HTTPVERSION	2020-08-23 05:44:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_UNSUP_REQ squid-5.0.4/errors/ja/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ja/ERR_UNSUP_REQ	2020-06-09 19:04:01.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_UNSUP_REQ	2020-08-23 05:44:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_URN_RESOLVE squid-5.0.4/errors/ja/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ja/ERR_URN_RESOLVE	2020-06-09 19:04:01.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_URN_RESOLVE	2020-08-23 05:44:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_WRITE_ERROR squid-5.0.4/errors/ja/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ja/ERR_WRITE_ERROR	2020-06-09 19:04:02.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_WRITE_ERROR	2020-08-23 05:44:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ja/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ja/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ja/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:04:02.000000000 +1200
+++ squid-5.0.4/errors/ja/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:44:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_ACCESS_DENIED squid-5.0.4/errors/ka/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ka/ERR_ACCESS_DENIED	2020-06-09 19:04:02.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_ACCESS_DENIED	2020-08-23 05:44:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:04:03.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:44:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ka/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ka/ERR_AGENT_CONFIGURE	2020-06-09 19:04:03.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_AGENT_CONFIGURE	2020-08-23 05:44:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ka/ERR_AGENT_WPAD squid-5.0.4/errors/ka/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ka/ERR_AGENT_WPAD	2020-06-09 19:04:03.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_AGENT_WPAD	2020-08-23 05:44:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ka/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ka/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ka/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:04:04.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:44:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:04:04.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:44:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_CANNOT_FORWARD squid-5.0.4/errors/ka/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ka/ERR_CANNOT_FORWARD	2020-06-09 19:04:04.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_CANNOT_FORWARD	2020-08-23 05:44:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_CONFLICT_HOST squid-5.0.4/errors/ka/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ka/ERR_CONFLICT_HOST	2020-06-09 19:04:05.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_CONFLICT_HOST	2020-08-23 05:44:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_CONNECT_FAIL squid-5.0.4/errors/ka/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ka/ERR_CONNECT_FAIL	2020-06-09 19:04:05.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_CONNECT_FAIL	2020-08-23 05:44:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_DIR_LISTING squid-5.0.4/errors/ka/ERR_DIR_LISTING
--- squid-5.0.3/errors/ka/ERR_DIR_LISTING	2020-06-09 19:04:05.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_DIR_LISTING	2020-08-23 05:44:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_DNS_FAIL squid-5.0.4/errors/ka/ERR_DNS_FAIL
--- squid-5.0.3/errors/ka/ERR_DNS_FAIL	2020-06-09 19:04:06.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_DNS_FAIL	2020-08-23 05:44:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_ESI squid-5.0.4/errors/ka/ERR_ESI
--- squid-5.0.3/errors/ka/ERR_ESI	2020-06-09 19:04:06.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_ESI	2020-08-23 05:44:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FORWARDING_DENIED squid-5.0.4/errors/ka/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ka/ERR_FORWARDING_DENIED	2020-06-09 19:04:06.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FORWARDING_DENIED	2020-08-23 05:44:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_DISABLED squid-5.0.4/errors/ka/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ka/ERR_FTP_DISABLED	2020-06-09 19:04:07.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_DISABLED	2020-08-23 05:44:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_FAILURE squid-5.0.4/errors/ka/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ka/ERR_FTP_FAILURE	2020-06-09 19:04:07.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_FAILURE	2020-08-23 05:44:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ka/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ka/ERR_FTP_FORBIDDEN	2020-06-09 19:04:07.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_FORBIDDEN	2020-08-23 05:44:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ka/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ka/ERR_FTP_NOT_FOUND	2020-06-09 19:04:08.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_NOT_FOUND	2020-08-23 05:44:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ka/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ka/ERR_FTP_PUT_CREATED	2020-06-09 19:04:08.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_PUT_CREATED	2020-08-23 05:44:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ka/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ka/ERR_FTP_PUT_ERROR	2020-06-09 19:04:08.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_PUT_ERROR	2020-08-23 05:44:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ka/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ka/ERR_FTP_PUT_MODIFIED	2020-06-09 19:04:09.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_PUT_MODIFIED	2020-08-23 05:44:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ka/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ka/ERR_FTP_UNAVAILABLE	2020-06-09 19:04:09.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_FTP_UNAVAILABLE	2020-08-23 05:44:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ka/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ka/ERR_GATEWAY_FAILURE	2020-06-09 19:04:09.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_GATEWAY_FAILURE	2020-08-23 05:44:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_ICAP_FAILURE squid-5.0.4/errors/ka/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ka/ERR_ICAP_FAILURE	2020-06-09 19:04:10.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_ICAP_FAILURE	2020-08-23 05:44:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_INVALID_REQ squid-5.0.4/errors/ka/ERR_INVALID_REQ
--- squid-5.0.3/errors/ka/ERR_INVALID_REQ	2020-06-09 19:04:10.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_INVALID_REQ	2020-08-23 05:44:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_INVALID_RESP squid-5.0.4/errors/ka/ERR_INVALID_RESP
--- squid-5.0.3/errors/ka/ERR_INVALID_RESP	2020-06-09 19:04:10.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_INVALID_RESP	2020-08-23 05:44:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_INVALID_URL squid-5.0.4/errors/ka/ERR_INVALID_URL
--- squid-5.0.3/errors/ka/ERR_INVALID_URL	2020-06-09 19:04:11.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_INVALID_URL	2020-08-23 05:44:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_LIFETIME_EXP squid-5.0.4/errors/ka/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ka/ERR_LIFETIME_EXP	2020-06-09 19:04:11.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_LIFETIME_EXP	2020-08-23 05:44:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_NO_RELAY squid-5.0.4/errors/ka/ERR_NO_RELAY
--- squid-5.0.3/errors/ka/ERR_NO_RELAY	2020-06-09 19:04:11.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_NO_RELAY	2020-08-23 05:44:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ka/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ka/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:04:12.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:44:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ka/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ka/ERR_PRECONDITION_FAILED	2020-06-09 19:04:12.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_PRECONDITION_FAILED	2020-08-23 05:44:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ka/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ka/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:04:12.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:44:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_READ_ERROR squid-5.0.4/errors/ka/ERR_READ_ERROR
--- squid-5.0.3/errors/ka/ERR_READ_ERROR	2020-06-09 19:04:13.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_READ_ERROR	2020-08-23 05:44:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_READ_TIMEOUT squid-5.0.4/errors/ka/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ka/ERR_READ_TIMEOUT	2020-06-09 19:04:13.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_READ_TIMEOUT	2020-08-23 05:44:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ka/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ka/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:04:13.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:44:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_SHUTTING_DOWN squid-5.0.4/errors/ka/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ka/ERR_SHUTTING_DOWN	2020-06-09 19:04:14.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_SHUTTING_DOWN	2020-08-23 05:44:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_SOCKET_FAILURE squid-5.0.4/errors/ka/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ka/ERR_SOCKET_FAILURE	2020-06-09 19:04:14.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_SOCKET_FAILURE	2020-08-23 05:44:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_TOO_BIG squid-5.0.4/errors/ka/ERR_TOO_BIG
--- squid-5.0.3/errors/ka/ERR_TOO_BIG	2020-06-09 19:04:14.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_TOO_BIG	2020-08-23 05:44:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ka/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ka/ERR_UNSUP_HTTPVERSION	2020-06-09 19:04:15.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_UNSUP_HTTPVERSION	2020-08-23 05:44:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_UNSUP_REQ squid-5.0.4/errors/ka/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ka/ERR_UNSUP_REQ	2020-06-09 19:04:15.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_UNSUP_REQ	2020-08-23 05:44:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_URN_RESOLVE squid-5.0.4/errors/ka/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ka/ERR_URN_RESOLVE	2020-06-09 19:04:15.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_URN_RESOLVE	2020-08-23 05:44:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_WRITE_ERROR squid-5.0.4/errors/ka/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ka/ERR_WRITE_ERROR	2020-06-09 19:04:16.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_WRITE_ERROR	2020-08-23 05:44:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ka/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ka/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ka/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:04:16.000000000 +1200
+++ squid-5.0.4/errors/ka/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:44:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_ACCESS_DENIED squid-5.0.4/errors/ko/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ko/ERR_ACCESS_DENIED	2020-06-09 19:04:16.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_ACCESS_DENIED	2020-08-23 05:44:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:04:17.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:44:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ko/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ko/ERR_AGENT_CONFIGURE	2020-06-09 19:04:17.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_AGENT_CONFIGURE	2020-08-23 05:44:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ko/ERR_AGENT_WPAD squid-5.0.4/errors/ko/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ko/ERR_AGENT_WPAD	2020-06-09 19:04:17.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_AGENT_WPAD	2020-08-23 05:44:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ko/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ko/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ko/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:04:18.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:44:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:04:18.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:44:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_CANNOT_FORWARD squid-5.0.4/errors/ko/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ko/ERR_CANNOT_FORWARD	2020-06-09 19:04:19.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_CANNOT_FORWARD	2020-08-23 05:44:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_CONFLICT_HOST squid-5.0.4/errors/ko/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ko/ERR_CONFLICT_HOST	2020-06-09 19:04:19.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_CONFLICT_HOST	2020-08-23 05:44:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_CONNECT_FAIL squid-5.0.4/errors/ko/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ko/ERR_CONNECT_FAIL	2020-06-09 19:04:19.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_CONNECT_FAIL	2020-08-23 05:44:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_DIR_LISTING squid-5.0.4/errors/ko/ERR_DIR_LISTING
--- squid-5.0.3/errors/ko/ERR_DIR_LISTING	2020-06-09 19:04:20.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_DIR_LISTING	2020-08-23 05:44:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_DNS_FAIL squid-5.0.4/errors/ko/ERR_DNS_FAIL
--- squid-5.0.3/errors/ko/ERR_DNS_FAIL	2020-06-09 19:04:20.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_DNS_FAIL	2020-08-23 05:44:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_ESI squid-5.0.4/errors/ko/ERR_ESI
--- squid-5.0.3/errors/ko/ERR_ESI	2020-06-09 19:04:20.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_ESI	2020-08-23 05:44:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FORWARDING_DENIED squid-5.0.4/errors/ko/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ko/ERR_FORWARDING_DENIED	2020-06-09 19:04:20.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FORWARDING_DENIED	2020-08-23 05:44:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_DISABLED squid-5.0.4/errors/ko/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ko/ERR_FTP_DISABLED	2020-06-09 19:04:21.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_DISABLED	2020-08-23 05:44:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_FAILURE squid-5.0.4/errors/ko/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ko/ERR_FTP_FAILURE	2020-06-09 19:04:21.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_FAILURE	2020-08-23 05:44:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ko/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ko/ERR_FTP_FORBIDDEN	2020-06-09 19:04:21.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_FORBIDDEN	2020-08-23 05:44:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ko/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ko/ERR_FTP_NOT_FOUND	2020-06-09 19:04:22.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_NOT_FOUND	2020-08-23 05:44:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ko/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ko/ERR_FTP_PUT_CREATED	2020-06-09 19:04:22.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_PUT_CREATED	2020-08-23 05:44:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ko/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ko/ERR_FTP_PUT_ERROR	2020-06-09 19:04:23.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_PUT_ERROR	2020-08-23 05:44:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ko/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ko/ERR_FTP_PUT_MODIFIED	2020-06-09 19:04:23.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_PUT_MODIFIED	2020-08-23 05:44:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ko/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ko/ERR_FTP_UNAVAILABLE	2020-06-09 19:04:23.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_FTP_UNAVAILABLE	2020-08-23 05:44:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ko/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ko/ERR_GATEWAY_FAILURE	2020-06-09 19:04:24.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_GATEWAY_FAILURE	2020-08-23 05:44:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_ICAP_FAILURE squid-5.0.4/errors/ko/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ko/ERR_ICAP_FAILURE	2020-06-09 19:04:24.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_ICAP_FAILURE	2020-08-23 05:44:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_INVALID_REQ squid-5.0.4/errors/ko/ERR_INVALID_REQ
--- squid-5.0.3/errors/ko/ERR_INVALID_REQ	2020-06-09 19:04:24.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_INVALID_REQ	2020-08-23 05:44:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_INVALID_RESP squid-5.0.4/errors/ko/ERR_INVALID_RESP
--- squid-5.0.3/errors/ko/ERR_INVALID_RESP	2020-06-09 19:04:24.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_INVALID_RESP	2020-08-23 05:44:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_INVALID_URL squid-5.0.4/errors/ko/ERR_INVALID_URL
--- squid-5.0.3/errors/ko/ERR_INVALID_URL	2020-06-09 19:04:25.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_INVALID_URL	2020-08-23 05:44:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_LIFETIME_EXP squid-5.0.4/errors/ko/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ko/ERR_LIFETIME_EXP	2020-06-09 19:04:25.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_LIFETIME_EXP	2020-08-23 05:44:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_NO_RELAY squid-5.0.4/errors/ko/ERR_NO_RELAY
--- squid-5.0.3/errors/ko/ERR_NO_RELAY	2020-06-09 19:04:25.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_NO_RELAY	2020-08-23 05:44:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ko/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ko/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:04:26.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:44:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ko/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ko/ERR_PRECONDITION_FAILED	2020-06-09 19:04:26.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_PRECONDITION_FAILED	2020-08-23 05:44:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ko/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ko/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:04:27.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:44:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_READ_ERROR squid-5.0.4/errors/ko/ERR_READ_ERROR
--- squid-5.0.3/errors/ko/ERR_READ_ERROR	2020-06-09 19:04:27.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_READ_ERROR	2020-08-23 05:44:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_READ_TIMEOUT squid-5.0.4/errors/ko/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ko/ERR_READ_TIMEOUT	2020-06-09 19:04:27.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_READ_TIMEOUT	2020-08-23 05:44:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ko/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ko/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:04:28.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:44:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_SHUTTING_DOWN squid-5.0.4/errors/ko/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ko/ERR_SHUTTING_DOWN	2020-06-09 19:04:28.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_SHUTTING_DOWN	2020-08-23 05:44:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_SOCKET_FAILURE squid-5.0.4/errors/ko/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ko/ERR_SOCKET_FAILURE	2020-06-09 19:04:28.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_SOCKET_FAILURE	2020-08-23 05:44:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_TOO_BIG squid-5.0.4/errors/ko/ERR_TOO_BIG
--- squid-5.0.3/errors/ko/ERR_TOO_BIG	2020-06-09 19:04:29.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_TOO_BIG	2020-08-23 05:44:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ko/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ko/ERR_UNSUP_HTTPVERSION	2020-06-09 19:04:29.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_UNSUP_HTTPVERSION	2020-08-23 05:44:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_UNSUP_REQ squid-5.0.4/errors/ko/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ko/ERR_UNSUP_REQ	2020-06-09 19:04:29.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_UNSUP_REQ	2020-08-23 05:44:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_URN_RESOLVE squid-5.0.4/errors/ko/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ko/ERR_URN_RESOLVE	2020-06-09 19:04:30.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_URN_RESOLVE	2020-08-23 05:44:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_WRITE_ERROR squid-5.0.4/errors/ko/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ko/ERR_WRITE_ERROR	2020-06-09 19:04:30.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_WRITE_ERROR	2020-08-23 05:44:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ko/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ko/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ko/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:04:30.000000000 +1200
+++ squid-5.0.4/errors/ko/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:44:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/language.am squid-5.0.4/errors/language.am
--- squid-5.0.3/errors/language.am	1970-01-01 12:00:00.000000000 +1200
+++ squid-5.0.4/errors/language.am	2020-08-23 05:40:17.000000000 +1200
@@ -0,0 +1,54 @@
+##
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+TRANSLATE_LANGUAGES = \
+    af.lang \
+    ar.lang \
+    az.lang \
+    bg.lang \
+    ca.lang \
+    cs.lang \
+    da.lang \
+    de.lang \
+    el.lang \
+    en.lang \
+    es.lang \
+    et.lang \
+    fa.lang \
+    fi.lang \
+    fr.lang \
+    he.lang \
+    hu.lang \
+    hy.lang \
+    id.lang \
+    it.lang \
+    ja.lang \
+    ka.lang \
+    ko.lang \
+    lt.lang \
+    lv.lang \
+    ms.lang \
+    nl.lang \
+    oc.lang \
+    pl.lang \
+    pt-br.lang \
+    pt.lang \
+    ro.lang \
+    ru.lang \
+    sk.lang \
+    sl.lang \
+    sr-cyrl.lang \
+    sr-latn.lang \
+    sv.lang \
+    th.lang \
+    tr.lang \
+    uk.lang \
+    uz.lang \
+    vi.lang \
+    zh-hans.lang \
+    zh-hant.lang
diff -u -r -N squid-5.0.3/errors/language.list squid-5.0.4/errors/language.list
--- squid-5.0.3/errors/language.list	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/errors/language.list	1970-01-01 12:00:00.000000000 +1200
@@ -1,54 +0,0 @@
-##
-## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-TRANSLATE_LANGUAGES= \
-    af.lang \
-    ar.lang \
-    az.lang \
-    bg.lang \
-    ca.lang \
-    cs.lang \
-    da.lang \
-    de.lang \
-    el.lang \
-    en.lang \
-    es.lang \
-    et.lang \
-    fa.lang \
-    fi.lang \
-    fr.lang \
-    he.lang \
-    hu.lang \
-    hy.lang \
-    id.lang \
-    it.lang \
-    ja.lang \
-    ka.lang \
-    ko.lang \
-    lt.lang \
-    lv.lang \
-    ms.lang \
-    nl.lang \
-    oc.lang \
-    pl.lang \
-    pt-br.lang \
-    pt.lang \
-    ro.lang \
-    ru.lang \
-    sk.lang \
-    sl.lang \
-    sr-cyrl.lang \
-    sr-latn.lang \
-    sv.lang \
-    th.lang \
-    tr.lang \
-    uk.lang \
-    uz.lang \
-    vi.lang \
-    zh-hans.lang \
-    zh-hant.lang 
diff -u -r -N squid-5.0.3/errors/lt/ERR_ACCESS_DENIED squid-5.0.4/errors/lt/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/lt/ERR_ACCESS_DENIED	2020-06-09 19:04:31.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_ACCESS_DENIED	2020-08-23 05:44:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:04:31.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:44:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_AGENT_CONFIGURE squid-5.0.4/errors/lt/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/lt/ERR_AGENT_CONFIGURE	2020-06-09 19:04:31.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_AGENT_CONFIGURE	2020-08-23 05:44:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/lt/ERR_AGENT_WPAD squid-5.0.4/errors/lt/ERR_AGENT_WPAD
--- squid-5.0.3/errors/lt/ERR_AGENT_WPAD	2020-06-09 19:04:32.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_AGENT_WPAD	2020-08-23 05:44:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/lt/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/lt/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/lt/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:04:32.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:44:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:04:32.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:44:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_CANNOT_FORWARD squid-5.0.4/errors/lt/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/lt/ERR_CANNOT_FORWARD	2020-06-09 19:04:33.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_CANNOT_FORWARD	2020-08-23 05:44:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_CONFLICT_HOST squid-5.0.4/errors/lt/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/lt/ERR_CONFLICT_HOST	2020-06-09 19:04:33.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_CONFLICT_HOST	2020-08-23 05:44:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_CONNECT_FAIL squid-5.0.4/errors/lt/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/lt/ERR_CONNECT_FAIL	2020-06-09 19:04:33.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_CONNECT_FAIL	2020-08-23 05:44:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_DIR_LISTING squid-5.0.4/errors/lt/ERR_DIR_LISTING
--- squid-5.0.3/errors/lt/ERR_DIR_LISTING	2020-06-09 19:04:34.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_DIR_LISTING	2020-08-23 05:44:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_DNS_FAIL squid-5.0.4/errors/lt/ERR_DNS_FAIL
--- squid-5.0.3/errors/lt/ERR_DNS_FAIL	2020-06-09 19:04:34.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_DNS_FAIL	2020-08-23 05:44:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_ESI squid-5.0.4/errors/lt/ERR_ESI
--- squid-5.0.3/errors/lt/ERR_ESI	2020-06-09 19:04:34.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_ESI	2020-08-23 05:44:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FORWARDING_DENIED squid-5.0.4/errors/lt/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/lt/ERR_FORWARDING_DENIED	2020-06-09 19:04:35.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FORWARDING_DENIED	2020-08-23 05:44:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_DISABLED squid-5.0.4/errors/lt/ERR_FTP_DISABLED
--- squid-5.0.3/errors/lt/ERR_FTP_DISABLED	2020-06-09 19:04:35.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_DISABLED	2020-08-23 05:44:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_FAILURE squid-5.0.4/errors/lt/ERR_FTP_FAILURE
--- squid-5.0.3/errors/lt/ERR_FTP_FAILURE	2020-06-09 19:04:35.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_FAILURE	2020-08-23 05:44:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_FORBIDDEN squid-5.0.4/errors/lt/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/lt/ERR_FTP_FORBIDDEN	2020-06-09 19:04:36.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_FORBIDDEN	2020-08-23 05:44:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_NOT_FOUND squid-5.0.4/errors/lt/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/lt/ERR_FTP_NOT_FOUND	2020-06-09 19:04:36.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_NOT_FOUND	2020-08-23 05:44:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_PUT_CREATED squid-5.0.4/errors/lt/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/lt/ERR_FTP_PUT_CREATED	2020-06-09 19:04:36.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_PUT_CREATED	2020-08-23 05:44:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_PUT_ERROR squid-5.0.4/errors/lt/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/lt/ERR_FTP_PUT_ERROR	2020-06-09 19:04:37.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_PUT_ERROR	2020-08-23 05:44:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/lt/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/lt/ERR_FTP_PUT_MODIFIED	2020-06-09 19:04:37.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_PUT_MODIFIED	2020-08-23 05:44:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/lt/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/lt/ERR_FTP_UNAVAILABLE	2020-06-09 19:04:37.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_FTP_UNAVAILABLE	2020-08-23 05:44:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_GATEWAY_FAILURE squid-5.0.4/errors/lt/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/lt/ERR_GATEWAY_FAILURE	2020-06-09 19:04:38.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_GATEWAY_FAILURE	2020-08-23 05:44:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_ICAP_FAILURE squid-5.0.4/errors/lt/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/lt/ERR_ICAP_FAILURE	2020-06-09 19:04:38.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_ICAP_FAILURE	2020-08-23 05:44:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_INVALID_REQ squid-5.0.4/errors/lt/ERR_INVALID_REQ
--- squid-5.0.3/errors/lt/ERR_INVALID_REQ	2020-06-09 19:04:38.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_INVALID_REQ	2020-08-23 05:44:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_INVALID_RESP squid-5.0.4/errors/lt/ERR_INVALID_RESP
--- squid-5.0.3/errors/lt/ERR_INVALID_RESP	2020-06-09 19:04:39.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_INVALID_RESP	2020-08-23 05:44:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_INVALID_URL squid-5.0.4/errors/lt/ERR_INVALID_URL
--- squid-5.0.3/errors/lt/ERR_INVALID_URL	2020-06-09 19:04:39.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_INVALID_URL	2020-08-23 05:44:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_LIFETIME_EXP squid-5.0.4/errors/lt/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/lt/ERR_LIFETIME_EXP	2020-06-09 19:04:39.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_LIFETIME_EXP	2020-08-23 05:44:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_NO_RELAY squid-5.0.4/errors/lt/ERR_NO_RELAY
--- squid-5.0.3/errors/lt/ERR_NO_RELAY	2020-06-09 19:04:40.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_NO_RELAY	2020-08-23 05:44:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/lt/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/lt/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:04:40.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:44:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_PRECONDITION_FAILED squid-5.0.4/errors/lt/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/lt/ERR_PRECONDITION_FAILED	2020-06-09 19:04:40.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_PRECONDITION_FAILED	2020-08-23 05:45:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/lt/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/lt/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:04:41.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:45:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_READ_ERROR squid-5.0.4/errors/lt/ERR_READ_ERROR
--- squid-5.0.3/errors/lt/ERR_READ_ERROR	2020-06-09 19:04:41.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_READ_ERROR	2020-08-23 05:45:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_READ_TIMEOUT squid-5.0.4/errors/lt/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/lt/ERR_READ_TIMEOUT	2020-06-09 19:04:41.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_READ_TIMEOUT	2020-08-23 05:45:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/lt/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/lt/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:04:42.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:45:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_SHUTTING_DOWN squid-5.0.4/errors/lt/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/lt/ERR_SHUTTING_DOWN	2020-06-09 19:04:42.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_SHUTTING_DOWN	2020-08-23 05:45:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_SOCKET_FAILURE squid-5.0.4/errors/lt/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/lt/ERR_SOCKET_FAILURE	2020-06-09 19:04:42.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_SOCKET_FAILURE	2020-08-23 05:45:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_TOO_BIG squid-5.0.4/errors/lt/ERR_TOO_BIG
--- squid-5.0.3/errors/lt/ERR_TOO_BIG	2020-06-09 19:04:43.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_TOO_BIG	2020-08-23 05:45:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/lt/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/lt/ERR_UNSUP_HTTPVERSION	2020-06-09 19:04:43.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_UNSUP_HTTPVERSION	2020-08-23 05:45:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_UNSUP_REQ squid-5.0.4/errors/lt/ERR_UNSUP_REQ
--- squid-5.0.3/errors/lt/ERR_UNSUP_REQ	2020-06-09 19:04:43.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_UNSUP_REQ	2020-08-23 05:45:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_URN_RESOLVE squid-5.0.4/errors/lt/ERR_URN_RESOLVE
--- squid-5.0.3/errors/lt/ERR_URN_RESOLVE	2020-06-09 19:04:44.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_URN_RESOLVE	2020-08-23 05:45:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_WRITE_ERROR squid-5.0.4/errors/lt/ERR_WRITE_ERROR
--- squid-5.0.3/errors/lt/ERR_WRITE_ERROR	2020-06-09 19:04:44.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_WRITE_ERROR	2020-08-23 05:45:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lt/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/lt/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/lt/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:04:44.000000000 +1200
+++ squid-5.0.4/errors/lt/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:45:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_ACCESS_DENIED squid-5.0.4/errors/lv/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/lv/ERR_ACCESS_DENIED	2020-06-09 19:04:45.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_ACCESS_DENIED	2020-08-23 05:45:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:04:45.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:45:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_AGENT_CONFIGURE squid-5.0.4/errors/lv/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/lv/ERR_AGENT_CONFIGURE	2020-06-09 19:04:45.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_AGENT_CONFIGURE	2020-08-23 05:45:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/lv/ERR_AGENT_WPAD squid-5.0.4/errors/lv/ERR_AGENT_WPAD
--- squid-5.0.3/errors/lv/ERR_AGENT_WPAD	2020-06-09 19:04:46.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_AGENT_WPAD	2020-08-23 05:45:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/lv/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/lv/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/lv/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:04:46.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:45:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:04:46.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:45:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_CANNOT_FORWARD squid-5.0.4/errors/lv/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/lv/ERR_CANNOT_FORWARD	2020-06-09 19:04:47.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_CANNOT_FORWARD	2020-08-23 05:45:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_CONFLICT_HOST squid-5.0.4/errors/lv/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/lv/ERR_CONFLICT_HOST	2020-06-09 19:04:47.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_CONFLICT_HOST	2020-08-23 05:45:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_CONNECT_FAIL squid-5.0.4/errors/lv/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/lv/ERR_CONNECT_FAIL	2020-06-09 19:04:47.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_CONNECT_FAIL	2020-08-23 05:45:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_DIR_LISTING squid-5.0.4/errors/lv/ERR_DIR_LISTING
--- squid-5.0.3/errors/lv/ERR_DIR_LISTING	2020-06-09 19:04:48.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_DIR_LISTING	2020-08-23 05:45:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_DNS_FAIL squid-5.0.4/errors/lv/ERR_DNS_FAIL
--- squid-5.0.3/errors/lv/ERR_DNS_FAIL	2020-06-09 19:04:48.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_DNS_FAIL	2020-08-23 05:45:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_ESI squid-5.0.4/errors/lv/ERR_ESI
--- squid-5.0.3/errors/lv/ERR_ESI	2020-06-09 19:04:48.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_ESI	2020-08-23 05:45:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FORWARDING_DENIED squid-5.0.4/errors/lv/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/lv/ERR_FORWARDING_DENIED	2020-06-09 19:04:49.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FORWARDING_DENIED	2020-08-23 05:45:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_DISABLED squid-5.0.4/errors/lv/ERR_FTP_DISABLED
--- squid-5.0.3/errors/lv/ERR_FTP_DISABLED	2020-06-09 19:04:49.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_DISABLED	2020-08-23 05:45:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_FAILURE squid-5.0.4/errors/lv/ERR_FTP_FAILURE
--- squid-5.0.3/errors/lv/ERR_FTP_FAILURE	2020-06-09 19:04:49.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_FAILURE	2020-08-23 05:45:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_FORBIDDEN squid-5.0.4/errors/lv/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/lv/ERR_FTP_FORBIDDEN	2020-06-09 19:04:50.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_FORBIDDEN	2020-08-23 05:45:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_NOT_FOUND squid-5.0.4/errors/lv/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/lv/ERR_FTP_NOT_FOUND	2020-06-09 19:04:50.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_NOT_FOUND	2020-08-23 05:45:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_PUT_CREATED squid-5.0.4/errors/lv/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/lv/ERR_FTP_PUT_CREATED	2020-06-09 19:04:50.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_PUT_CREATED	2020-08-23 05:45:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_PUT_ERROR squid-5.0.4/errors/lv/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/lv/ERR_FTP_PUT_ERROR	2020-06-09 19:04:51.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_PUT_ERROR	2020-08-23 05:45:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/lv/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/lv/ERR_FTP_PUT_MODIFIED	2020-06-09 19:04:51.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_PUT_MODIFIED	2020-08-23 05:45:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/lv/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/lv/ERR_FTP_UNAVAILABLE	2020-06-09 19:04:51.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_FTP_UNAVAILABLE	2020-08-23 05:45:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_GATEWAY_FAILURE squid-5.0.4/errors/lv/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/lv/ERR_GATEWAY_FAILURE	2020-06-09 19:04:52.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_GATEWAY_FAILURE	2020-08-23 05:45:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_ICAP_FAILURE squid-5.0.4/errors/lv/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/lv/ERR_ICAP_FAILURE	2020-06-09 19:04:52.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_ICAP_FAILURE	2020-08-23 05:45:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_INVALID_REQ squid-5.0.4/errors/lv/ERR_INVALID_REQ
--- squid-5.0.3/errors/lv/ERR_INVALID_REQ	2020-06-09 19:04:52.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_INVALID_REQ	2020-08-23 05:45:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_INVALID_RESP squid-5.0.4/errors/lv/ERR_INVALID_RESP
--- squid-5.0.3/errors/lv/ERR_INVALID_RESP	2020-06-09 19:04:53.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_INVALID_RESP	2020-08-23 05:45:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_INVALID_URL squid-5.0.4/errors/lv/ERR_INVALID_URL
--- squid-5.0.3/errors/lv/ERR_INVALID_URL	2020-06-09 19:04:53.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_INVALID_URL	2020-08-23 05:45:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_LIFETIME_EXP squid-5.0.4/errors/lv/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/lv/ERR_LIFETIME_EXP	2020-06-09 19:04:53.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_LIFETIME_EXP	2020-08-23 05:45:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_NO_RELAY squid-5.0.4/errors/lv/ERR_NO_RELAY
--- squid-5.0.3/errors/lv/ERR_NO_RELAY	2020-06-09 19:04:54.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_NO_RELAY	2020-08-23 05:45:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/lv/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/lv/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:04:54.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:45:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_PRECONDITION_FAILED squid-5.0.4/errors/lv/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/lv/ERR_PRECONDITION_FAILED	2020-06-09 19:04:54.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_PRECONDITION_FAILED	2020-08-23 05:45:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/lv/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/lv/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:04:55.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:45:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_READ_ERROR squid-5.0.4/errors/lv/ERR_READ_ERROR
--- squid-5.0.3/errors/lv/ERR_READ_ERROR	2020-06-09 19:04:55.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_READ_ERROR	2020-08-23 05:45:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_READ_TIMEOUT squid-5.0.4/errors/lv/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/lv/ERR_READ_TIMEOUT	2020-06-09 19:04:55.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_READ_TIMEOUT	2020-08-23 05:45:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/lv/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/lv/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:04:56.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:45:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_SHUTTING_DOWN squid-5.0.4/errors/lv/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/lv/ERR_SHUTTING_DOWN	2020-06-09 19:04:56.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_SHUTTING_DOWN	2020-08-23 05:45:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_SOCKET_FAILURE squid-5.0.4/errors/lv/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/lv/ERR_SOCKET_FAILURE	2020-06-09 19:04:56.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_SOCKET_FAILURE	2020-08-23 05:45:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_TOO_BIG squid-5.0.4/errors/lv/ERR_TOO_BIG
--- squid-5.0.3/errors/lv/ERR_TOO_BIG	2020-06-09 19:04:57.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_TOO_BIG	2020-08-23 05:45:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/lv/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/lv/ERR_UNSUP_HTTPVERSION	2020-06-09 19:04:57.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_UNSUP_HTTPVERSION	2020-08-23 05:45:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_UNSUP_REQ squid-5.0.4/errors/lv/ERR_UNSUP_REQ
--- squid-5.0.3/errors/lv/ERR_UNSUP_REQ	2020-06-09 19:04:57.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_UNSUP_REQ	2020-08-23 05:45:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_URN_RESOLVE squid-5.0.4/errors/lv/ERR_URN_RESOLVE
--- squid-5.0.3/errors/lv/ERR_URN_RESOLVE	2020-06-09 19:04:58.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_URN_RESOLVE	2020-08-23 05:45:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_WRITE_ERROR squid-5.0.4/errors/lv/ERR_WRITE_ERROR
--- squid-5.0.3/errors/lv/ERR_WRITE_ERROR	2020-06-09 19:04:58.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_WRITE_ERROR	2020-08-23 05:45:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/lv/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/lv/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/lv/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:04:58.000000000 +1200
+++ squid-5.0.4/errors/lv/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:45:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/Makefile.am squid-5.0.4/errors/Makefile.am
--- squid-5.0.3/errors/Makefile.am	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/errors/Makefile.am	2020-08-23 05:40:17.000000000 +1200
@@ -13,15 +13,15 @@
 DEFAULT_STYLESHEET	= $(sysconfdir)/errorpage.css
 
 ## List of automated translations possible:
-include $(srcdir)/template.list
-include $(srcdir)/language.list
+include $(srcdir)/template.am
+include $(srcdir)/language.am
 
 CLEANFILES = $(TRANSLATE_LANGUAGES) translate-warn
 EXTRA_DIST = \
 	$(ERROR_TEMPLATES) \
 	templates/error-details.txt \
-	language.list \
-	template.list \
+	language.am \
+	template.am \
 	aliases alias-link.sh alias-upgrade errorpage.css TRANSLATORS COPYRIGHT
 
 all: all-am
diff -u -r -N squid-5.0.3/errors/Makefile.in squid-5.0.4/errors/Makefile.in
--- squid-5.0.3/errors/Makefile.in	2020-06-09 18:58:20.000000000 +1200
+++ squid-5.0.4/errors/Makefile.in	2020-08-23 05:39:41.000000000 +1200
@@ -179,8 +179,8 @@
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/language.list \
-	$(srcdir)/template.list
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/language.am \
+	$(srcdir)/template.am
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ADAPTATION_LIBS = @ADAPTATION_LIBS@
@@ -460,7 +460,7 @@
     templates/ERR_UNSUP_REQ \
     templates/ERR_URN_RESOLVE \
     templates/ERR_WRITE_ERROR \
-    templates/ERR_ZERO_SIZE_OBJECT 
+    templates/ERR_ZERO_SIZE_OBJECT
 
 TRANSLATE_LANGUAGES = \
     af.lang \
@@ -507,14 +507,14 @@
     uz.lang \
     vi.lang \
     zh-hans.lang \
-    zh-hant.lang 
+    zh-hant.lang
 
 CLEANFILES = $(TRANSLATE_LANGUAGES) translate-warn
 EXTRA_DIST = \
 	$(ERROR_TEMPLATES) \
 	templates/error-details.txt \
-	language.list \
-	template.list \
+	language.am \
+	template.am \
 	aliases alias-link.sh alias-upgrade errorpage.css TRANSLATORS COPYRIGHT
 
 NOTIDY = `$(PO2HTML) --help | grep -o "\-\-notidy"`
@@ -522,7 +522,7 @@
 
 .SUFFIXES:
 .SUFFIXES: .lang .po
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/template.list $(srcdir)/language.list $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/template.am $(srcdir)/language.am $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
@@ -542,7 +542,7 @@
 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
-$(srcdir)/template.list $(srcdir)/language.list $(am__empty):
+$(srcdir)/template.am $(srcdir)/language.am $(am__empty):
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
diff -u -r -N squid-5.0.3/errors/ms/ERR_ACCESS_DENIED squid-5.0.4/errors/ms/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ms/ERR_ACCESS_DENIED	2020-06-09 19:04:59.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_ACCESS_DENIED	2020-08-23 05:45:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:04:59.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:45:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ms/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ms/ERR_AGENT_CONFIGURE	2020-06-09 19:04:59.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_AGENT_CONFIGURE	2020-08-23 05:45:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ms/ERR_AGENT_WPAD squid-5.0.4/errors/ms/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ms/ERR_AGENT_WPAD	2020-06-09 19:05:00.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_AGENT_WPAD	2020-08-23 05:45:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ms/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ms/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ms/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:05:00.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:45:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:05:00.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:45:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_CANNOT_FORWARD squid-5.0.4/errors/ms/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ms/ERR_CANNOT_FORWARD	2020-06-09 19:05:01.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_CANNOT_FORWARD	2020-08-23 05:45:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_CONFLICT_HOST squid-5.0.4/errors/ms/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ms/ERR_CONFLICT_HOST	2020-06-09 19:05:01.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_CONFLICT_HOST	2020-08-23 05:45:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_CONNECT_FAIL squid-5.0.4/errors/ms/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ms/ERR_CONNECT_FAIL	2020-06-09 19:05:02.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_CONNECT_FAIL	2020-08-23 05:45:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_DIR_LISTING squid-5.0.4/errors/ms/ERR_DIR_LISTING
--- squid-5.0.3/errors/ms/ERR_DIR_LISTING	2020-06-09 19:05:02.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_DIR_LISTING	2020-08-23 05:45:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_DNS_FAIL squid-5.0.4/errors/ms/ERR_DNS_FAIL
--- squid-5.0.3/errors/ms/ERR_DNS_FAIL	2020-06-09 19:05:02.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_DNS_FAIL	2020-08-23 05:45:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_ESI squid-5.0.4/errors/ms/ERR_ESI
--- squid-5.0.3/errors/ms/ERR_ESI	2020-06-09 19:05:03.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_ESI	2020-08-23 05:45:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FORWARDING_DENIED squid-5.0.4/errors/ms/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ms/ERR_FORWARDING_DENIED	2020-06-09 19:05:03.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FORWARDING_DENIED	2020-08-23 05:45:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_DISABLED squid-5.0.4/errors/ms/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ms/ERR_FTP_DISABLED	2020-06-09 19:05:03.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_DISABLED	2020-08-23 05:45:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_FAILURE squid-5.0.4/errors/ms/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ms/ERR_FTP_FAILURE	2020-06-09 19:05:04.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_FAILURE	2020-08-23 05:45:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ms/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ms/ERR_FTP_FORBIDDEN	2020-06-09 19:05:04.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_FORBIDDEN	2020-08-23 05:45:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ms/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ms/ERR_FTP_NOT_FOUND	2020-06-09 19:05:04.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_NOT_FOUND	2020-08-23 05:45:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ms/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ms/ERR_FTP_PUT_CREATED	2020-06-09 19:05:05.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_PUT_CREATED	2020-08-23 05:45:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ms/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ms/ERR_FTP_PUT_ERROR	2020-06-09 19:05:05.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_PUT_ERROR	2020-08-23 05:45:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ms/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ms/ERR_FTP_PUT_MODIFIED	2020-06-09 19:05:05.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_PUT_MODIFIED	2020-08-23 05:45:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ms/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ms/ERR_FTP_UNAVAILABLE	2020-06-09 19:05:06.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_FTP_UNAVAILABLE	2020-08-23 05:45:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ms/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ms/ERR_GATEWAY_FAILURE	2020-06-09 19:05:06.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_GATEWAY_FAILURE	2020-08-23 05:45:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_ICAP_FAILURE squid-5.0.4/errors/ms/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ms/ERR_ICAP_FAILURE	2020-06-09 19:05:06.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_ICAP_FAILURE	2020-08-23 05:45:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_INVALID_REQ squid-5.0.4/errors/ms/ERR_INVALID_REQ
--- squid-5.0.3/errors/ms/ERR_INVALID_REQ	2020-06-09 19:05:07.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_INVALID_REQ	2020-08-23 05:45:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_INVALID_RESP squid-5.0.4/errors/ms/ERR_INVALID_RESP
--- squid-5.0.3/errors/ms/ERR_INVALID_RESP	2020-06-09 19:05:07.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_INVALID_RESP	2020-08-23 05:45:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_INVALID_URL squid-5.0.4/errors/ms/ERR_INVALID_URL
--- squid-5.0.3/errors/ms/ERR_INVALID_URL	2020-06-09 19:05:07.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_INVALID_URL	2020-08-23 05:45:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_LIFETIME_EXP squid-5.0.4/errors/ms/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ms/ERR_LIFETIME_EXP	2020-06-09 19:05:08.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_LIFETIME_EXP	2020-08-23 05:45:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_NO_RELAY squid-5.0.4/errors/ms/ERR_NO_RELAY
--- squid-5.0.3/errors/ms/ERR_NO_RELAY	2020-06-09 19:05:08.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_NO_RELAY	2020-08-23 05:45:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ms/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ms/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:05:08.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:45:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ms/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ms/ERR_PRECONDITION_FAILED	2020-06-09 19:05:09.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_PRECONDITION_FAILED	2020-08-23 05:45:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ms/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ms/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:05:09.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:45:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_READ_ERROR squid-5.0.4/errors/ms/ERR_READ_ERROR
--- squid-5.0.3/errors/ms/ERR_READ_ERROR	2020-06-09 19:05:09.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_READ_ERROR	2020-08-23 05:45:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_READ_TIMEOUT squid-5.0.4/errors/ms/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ms/ERR_READ_TIMEOUT	2020-06-09 19:05:10.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_READ_TIMEOUT	2020-08-23 05:45:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ms/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ms/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:05:10.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:45:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_SHUTTING_DOWN squid-5.0.4/errors/ms/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ms/ERR_SHUTTING_DOWN	2020-06-09 19:05:10.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_SHUTTING_DOWN	2020-08-23 05:45:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_SOCKET_FAILURE squid-5.0.4/errors/ms/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ms/ERR_SOCKET_FAILURE	2020-06-09 19:05:11.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_SOCKET_FAILURE	2020-08-23 05:45:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_TOO_BIG squid-5.0.4/errors/ms/ERR_TOO_BIG
--- squid-5.0.3/errors/ms/ERR_TOO_BIG	2020-06-09 19:05:11.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_TOO_BIG	2020-08-23 05:45:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ms/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ms/ERR_UNSUP_HTTPVERSION	2020-06-09 19:05:11.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_UNSUP_HTTPVERSION	2020-08-23 05:45:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_UNSUP_REQ squid-5.0.4/errors/ms/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ms/ERR_UNSUP_REQ	2020-06-09 19:05:12.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_UNSUP_REQ	2020-08-23 05:45:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_URN_RESOLVE squid-5.0.4/errors/ms/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ms/ERR_URN_RESOLVE	2020-06-09 19:05:12.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_URN_RESOLVE	2020-08-23 05:45:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_WRITE_ERROR squid-5.0.4/errors/ms/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ms/ERR_WRITE_ERROR	2020-06-09 19:05:12.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_WRITE_ERROR	2020-08-23 05:45:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ms/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ms/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ms/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:05:13.000000000 +1200
+++ squid-5.0.4/errors/ms/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:45:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_ACCESS_DENIED squid-5.0.4/errors/nl/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/nl/ERR_ACCESS_DENIED	2020-06-09 19:05:13.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_ACCESS_DENIED	2020-08-23 05:45:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -24,7 +24,7 @@
 <p><b>Toegang niet toegestaan.</b></p>
 </blockquote>
 
-<p>U heeft geen toegang tot de URL die u probeerde op te vragen van deze server. Neem contact op met uw service provider als u denkt dat dit niet klopt.</p>
+<p>U heeft geen toegang tot de URL die u probeerde op te vragen van deze server.  Neem contact op met uw service provider als u denkt dat dit niet klopt.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:05:13.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:45:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -25,7 +25,7 @@
 </blockquote>
 
 <p>This proxy limits your time online with a quota. Your time budget is now empty but will be refilled when the configured time period starts again.</p>
-<p>Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache. Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.</p>
+<p>Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache.  Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_AGENT_CONFIGURE squid-5.0.4/errors/nl/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/nl/ERR_AGENT_CONFIGURE	2020-06-09 19:05:14.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_AGENT_CONFIGURE	2020-08-23 05:45:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Uw Browser instellingen dienen te worden aangepast om dit netwerk te kunnen gebruiken.</p>
 </blockquote>
 
 <p>Hoe kunt u deze instellingen in uw browser vinden:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Configuratie -&gt; Internet Opties -&gt; Geavanceerd -&gt; Netwerk -&gt;LAN Instellingen </li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Configuratie -&gt; Internet Opties -&gt; Verbinding -&gt; LAN Instellingen -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Configuratie -&gt;Voorkeursinstellingen -&gt; Geavanceerd -&gt; Netwerk -&gt;Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/nl/ERR_AGENT_WPAD squid-5.0.4/errors/nl/ERR_AGENT_WPAD
--- squid-5.0.3/errors/nl/ERR_AGENT_WPAD	2020-06-09 19:05:14.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_AGENT_WPAD	2020-08-23 05:45:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Uw Browser instellingen dienen te worden aangepast om dit netwerk te kunnen gebruiken.</p>
 </blockquote>
 
 <p>Hoe kunt u deze instellingen in uw browser vinden:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Configuratie -&gt; Internet Opties -&gt; Geavanceerd -&gt; Netwerk -&gt;LAN Instellingen </li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Configuratie -&gt; Internet Opties -&gt; Verbinding -&gt; LAN Instellingen -&gt;Proxy</li>
 <li>Selecteer: Instellingen automatisch detecteren</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Configuratie -&gt;Voorkeursinstellingen -&gt; Geavanceerd -&gt; Netwerk -&gt;Proxy Servers</li>
 <li>Selecteer: Gebruik automatisch proxy configuratie</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/nl/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/nl/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/nl/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:05:14.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:45:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:05:15.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:45:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_CANNOT_FORWARD squid-5.0.4/errors/nl/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/nl/ERR_CANNOT_FORWARD	2020-06-09 19:05:15.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_CANNOT_FORWARD	2020-08-23 05:45:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_CONFLICT_HOST squid-5.0.4/errors/nl/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/nl/ERR_CONFLICT_HOST	2020-06-09 19:05:15.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_CONFLICT_HOST	2020-08-23 05:45:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_CONNECT_FAIL squid-5.0.4/errors/nl/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/nl/ERR_CONNECT_FAIL	2020-06-09 19:05:16.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_CONNECT_FAIL	2020-08-23 05:45:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_DIR_LISTING squid-5.0.4/errors/nl/ERR_DIR_LISTING
--- squid-5.0.3/errors/nl/ERR_DIR_LISTING	2020-06-09 19:05:16.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_DIR_LISTING	2020-08-23 05:45:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_DNS_FAIL squid-5.0.4/errors/nl/ERR_DNS_FAIL
--- squid-5.0.3/errors/nl/ERR_DNS_FAIL	2020-06-09 19:05:16.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_DNS_FAIL	2020-08-23 05:45:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_ESI squid-5.0.4/errors/nl/ERR_ESI
--- squid-5.0.3/errors/nl/ERR_ESI	2020-06-09 19:05:17.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_ESI	2020-08-23 05:45:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FORWARDING_DENIED squid-5.0.4/errors/nl/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/nl/ERR_FORWARDING_DENIED	2020-06-09 19:05:17.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FORWARDING_DENIED	2020-08-23 05:45:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_DISABLED squid-5.0.4/errors/nl/ERR_FTP_DISABLED
--- squid-5.0.3/errors/nl/ERR_FTP_DISABLED	2020-06-09 19:05:17.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_DISABLED	2020-08-23 05:45:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_FAILURE squid-5.0.4/errors/nl/ERR_FTP_FAILURE
--- squid-5.0.3/errors/nl/ERR_FTP_FAILURE	2020-06-09 19:05:18.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_FAILURE	2020-08-23 05:45:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_FORBIDDEN squid-5.0.4/errors/nl/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/nl/ERR_FTP_FORBIDDEN	2020-06-09 19:05:18.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_FORBIDDEN	2020-08-23 05:45:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_NOT_FOUND squid-5.0.4/errors/nl/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/nl/ERR_FTP_NOT_FOUND	2020-06-09 19:05:18.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_NOT_FOUND	2020-08-23 05:45:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_PUT_CREATED squid-5.0.4/errors/nl/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/nl/ERR_FTP_PUT_CREATED	2020-06-09 19:05:19.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_PUT_CREATED	2020-08-23 05:45:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_PUT_ERROR squid-5.0.4/errors/nl/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/nl/ERR_FTP_PUT_ERROR	2020-06-09 19:05:19.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_PUT_ERROR	2020-08-23 05:45:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/nl/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/nl/ERR_FTP_PUT_MODIFIED	2020-06-09 19:05:19.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_PUT_MODIFIED	2020-08-23 05:45:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/nl/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/nl/ERR_FTP_UNAVAILABLE	2020-06-09 19:05:20.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_FTP_UNAVAILABLE	2020-08-23 05:45:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_GATEWAY_FAILURE squid-5.0.4/errors/nl/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/nl/ERR_GATEWAY_FAILURE	2020-06-09 19:05:20.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_GATEWAY_FAILURE	2020-08-23 05:45:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_ICAP_FAILURE squid-5.0.4/errors/nl/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/nl/ERR_ICAP_FAILURE	2020-06-09 19:05:20.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_ICAP_FAILURE	2020-08-23 05:45:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_INVALID_REQ squid-5.0.4/errors/nl/ERR_INVALID_REQ
--- squid-5.0.3/errors/nl/ERR_INVALID_REQ	2020-06-09 19:05:21.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_INVALID_REQ	2020-08-23 05:45:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_INVALID_RESP squid-5.0.4/errors/nl/ERR_INVALID_RESP
--- squid-5.0.3/errors/nl/ERR_INVALID_RESP	2020-06-09 19:05:21.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_INVALID_RESP	2020-08-23 05:45:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_INVALID_URL squid-5.0.4/errors/nl/ERR_INVALID_URL
--- squid-5.0.3/errors/nl/ERR_INVALID_URL	2020-06-09 19:05:22.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_INVALID_URL	2020-08-23 05:45:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_LIFETIME_EXP squid-5.0.4/errors/nl/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/nl/ERR_LIFETIME_EXP	2020-06-09 19:05:22.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_LIFETIME_EXP	2020-08-23 05:45:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_NO_RELAY squid-5.0.4/errors/nl/ERR_NO_RELAY
--- squid-5.0.3/errors/nl/ERR_NO_RELAY	2020-06-09 19:05:22.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_NO_RELAY	2020-08-23 05:45:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -24,7 +24,7 @@
 <p><b>Geen WAIS Relay</b></p>
 </blockquote>
 
-<p>Er is geen WAIS Relay host gedefinieerd voor deze Cache! Neem contact op met de cachebeheerder.</p>
+<p>Er is geen WAIS Relay host gedefinieerd voor deze Cache!  Neem contact op met de cachebeheerder.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/nl/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/nl/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:05:23.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:45:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_PRECONDITION_FAILED squid-5.0.4/errors/nl/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/nl/ERR_PRECONDITION_FAILED	2020-06-09 19:05:23.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_PRECONDITION_FAILED	2020-08-23 05:45:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/nl/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/nl/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:05:23.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:45:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_READ_ERROR squid-5.0.4/errors/nl/ERR_READ_ERROR
--- squid-5.0.3/errors/nl/ERR_READ_ERROR	2020-06-09 19:05:24.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_READ_ERROR	2020-08-23 05:45:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -26,7 +26,7 @@
 
 <p id="sysmsg">Het systeem gaf als antwoord: <i>%E</i></p>
 
-<p>Er is een fout opgetreden tijdens het lezen van data van het netwerk. Probeer het opnieuw.</p>
+<p>Er is een fout opgetreden tijdens het lezen van data van het netwerk.  Probeer het opnieuw.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_READ_TIMEOUT squid-5.0.4/errors/nl/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/nl/ERR_READ_TIMEOUT	2020-06-09 19:05:24.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_READ_TIMEOUT	2020-08-23 05:45:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -26,7 +26,7 @@
 
 <p id="sysmsg">Het systeem gaf als antwoord: <i>%E</i></p>
 
-<p>Er is een timeout opgetreden tijdens het lezen van data van het netwerk. Het netwerk of de server zijn niet beschikbaar of overbelast. Probeer het opnieuw.</p>
+<p>Er is een timeout opgetreden tijdens het lezen van data van het netwerk.  Het netwerk of de server zijn niet beschikbaar of overbelast.  Probeer het opnieuw.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/nl/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/nl/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:05:25.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:45:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_SHUTTING_DOWN squid-5.0.4/errors/nl/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/nl/ERR_SHUTTING_DOWN	2020-06-09 19:05:25.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_SHUTTING_DOWN	2020-08-23 05:45:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,7 +20,7 @@
 <div id="content">
 <p>De volgende fout is opgetreden tijdens het ophalen van URL: <a href="%U">%U</a></p>
 
-<p>Deze cache is bezig met herstarten en kan daarom momenteel niet aan uw verzoek voldoen. Probeer het later opnieuw.</p>
+<p>Deze cache is bezig met herstarten en kan daarom momenteel niet aan uw verzoek voldoen.  Probeer het later opnieuw.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_SOCKET_FAILURE squid-5.0.4/errors/nl/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/nl/ERR_SOCKET_FAILURE	2020-06-09 19:05:25.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_SOCKET_FAILURE	2020-08-23 05:45:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_TOO_BIG squid-5.0.4/errors/nl/ERR_TOO_BIG
--- squid-5.0.3/errors/nl/ERR_TOO_BIG	2020-06-09 19:05:26.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_TOO_BIG	2020-08-23 05:45:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -26,7 +26,7 @@
 
 <p>De POST of PUT opdracht die u heeft verstuurd is te groot.</p>
 <p>Indien u een bestande probeerde te downloaden, dan was het bestand dat U probeert te ontvangen, te groot.</p>
-<p>Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache. Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.</p>
+<p>Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache.  Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/nl/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/nl/ERR_UNSUP_HTTPVERSION	2020-06-09 19:05:26.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_UNSUP_HTTPVERSION	2020-08-23 05:45:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_UNSUP_REQ squid-5.0.4/errors/nl/ERR_UNSUP_REQ
--- squid-5.0.3/errors/nl/ERR_UNSUP_REQ	2020-06-09 19:05:26.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_UNSUP_REQ	2020-08-23 05:45:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_URN_RESOLVE squid-5.0.4/errors/nl/ERR_URN_RESOLVE
--- squid-5.0.3/errors/nl/ERR_URN_RESOLVE	2020-06-09 19:05:27.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_URN_RESOLVE	2020-08-23 05:45:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/nl/ERR_WRITE_ERROR squid-5.0.4/errors/nl/ERR_WRITE_ERROR
--- squid-5.0.3/errors/nl/ERR_WRITE_ERROR	2020-06-09 19:05:27.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_WRITE_ERROR	2020-08-23 05:45:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -26,7 +26,7 @@
 
 <p id="sysmsg">Het systeem gaf als antwoord: <i>%E</i></p>
 
-<p>Er is een fout opgetreden tijdens het schrijven naar het netwerk. Probeer het opnieuw.</p>
+<p>Er is een fout opgetreden tijdens het schrijven naar het netwerk.  Probeer het opnieuw.</p>
 
 <p>De beheerder van deze cache is <a href="mailto:%w%W">%w</a>.</p>
 <br>
diff -u -r -N squid-5.0.3/errors/nl/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/nl/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/nl/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:05:27.000000000 +1200
+++ squid-5.0.4/errors/nl/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:45:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_ACCESS_DENIED squid-5.0.4/errors/oc/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/oc/ERR_ACCESS_DENIED	2020-06-09 19:05:28.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_ACCESS_DENIED	2020-08-23 05:45:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:05:28.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:45:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_AGENT_CONFIGURE squid-5.0.4/errors/oc/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/oc/ERR_AGENT_CONFIGURE	2020-06-09 19:05:28.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_AGENT_CONFIGURE	2020-08-23 05:45:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/oc/ERR_AGENT_WPAD squid-5.0.4/errors/oc/ERR_AGENT_WPAD
--- squid-5.0.3/errors/oc/ERR_AGENT_WPAD	2020-06-09 19:05:29.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_AGENT_WPAD	2020-08-23 05:45:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/oc/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/oc/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/oc/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:05:29.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:45:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:05:29.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:45:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_CANNOT_FORWARD squid-5.0.4/errors/oc/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/oc/ERR_CANNOT_FORWARD	2020-06-09 19:05:30.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_CANNOT_FORWARD	2020-08-23 05:45:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_CONFLICT_HOST squid-5.0.4/errors/oc/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/oc/ERR_CONFLICT_HOST	2020-06-09 19:05:30.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_CONFLICT_HOST	2020-08-23 05:45:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_CONNECT_FAIL squid-5.0.4/errors/oc/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/oc/ERR_CONNECT_FAIL	2020-06-09 19:05:31.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_CONNECT_FAIL	2020-08-23 05:45:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_DIR_LISTING squid-5.0.4/errors/oc/ERR_DIR_LISTING
--- squid-5.0.3/errors/oc/ERR_DIR_LISTING	2020-06-09 19:05:31.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_DIR_LISTING	2020-08-23 05:45:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_DNS_FAIL squid-5.0.4/errors/oc/ERR_DNS_FAIL
--- squid-5.0.3/errors/oc/ERR_DNS_FAIL	2020-06-09 19:05:31.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_DNS_FAIL	2020-08-23 05:45:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_ESI squid-5.0.4/errors/oc/ERR_ESI
--- squid-5.0.3/errors/oc/ERR_ESI	2020-06-09 19:05:32.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_ESI	2020-08-23 05:45:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FORWARDING_DENIED squid-5.0.4/errors/oc/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/oc/ERR_FORWARDING_DENIED	2020-06-09 19:05:32.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FORWARDING_DENIED	2020-08-23 05:45:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_DISABLED squid-5.0.4/errors/oc/ERR_FTP_DISABLED
--- squid-5.0.3/errors/oc/ERR_FTP_DISABLED	2020-06-09 19:05:32.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_DISABLED	2020-08-23 05:45:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_FAILURE squid-5.0.4/errors/oc/ERR_FTP_FAILURE
--- squid-5.0.3/errors/oc/ERR_FTP_FAILURE	2020-06-09 19:05:33.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_FAILURE	2020-08-23 05:45:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_FORBIDDEN squid-5.0.4/errors/oc/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/oc/ERR_FTP_FORBIDDEN	2020-06-09 19:05:33.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_FORBIDDEN	2020-08-23 05:45:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_NOT_FOUND squid-5.0.4/errors/oc/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/oc/ERR_FTP_NOT_FOUND	2020-06-09 19:05:33.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_NOT_FOUND	2020-08-23 05:45:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_PUT_CREATED squid-5.0.4/errors/oc/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/oc/ERR_FTP_PUT_CREATED	2020-06-09 19:05:34.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_PUT_CREATED	2020-08-23 05:45:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_PUT_ERROR squid-5.0.4/errors/oc/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/oc/ERR_FTP_PUT_ERROR	2020-06-09 19:05:34.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_PUT_ERROR	2020-08-23 05:45:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/oc/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/oc/ERR_FTP_PUT_MODIFIED	2020-06-09 19:05:34.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_PUT_MODIFIED	2020-08-23 05:45:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/oc/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/oc/ERR_FTP_UNAVAILABLE	2020-06-09 19:05:35.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_FTP_UNAVAILABLE	2020-08-23 05:45:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_GATEWAY_FAILURE squid-5.0.4/errors/oc/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/oc/ERR_GATEWAY_FAILURE	2020-06-09 19:05:35.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_GATEWAY_FAILURE	2020-08-23 05:45:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_ICAP_FAILURE squid-5.0.4/errors/oc/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/oc/ERR_ICAP_FAILURE	2020-06-09 19:05:35.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_ICAP_FAILURE	2020-08-23 05:45:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_INVALID_REQ squid-5.0.4/errors/oc/ERR_INVALID_REQ
--- squid-5.0.3/errors/oc/ERR_INVALID_REQ	2020-06-09 19:05:36.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_INVALID_REQ	2020-08-23 05:45:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_INVALID_RESP squid-5.0.4/errors/oc/ERR_INVALID_RESP
--- squid-5.0.3/errors/oc/ERR_INVALID_RESP	2020-06-09 19:05:36.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_INVALID_RESP	2020-08-23 05:45:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_INVALID_URL squid-5.0.4/errors/oc/ERR_INVALID_URL
--- squid-5.0.3/errors/oc/ERR_INVALID_URL	2020-06-09 19:05:36.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_INVALID_URL	2020-08-23 05:45:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_LIFETIME_EXP squid-5.0.4/errors/oc/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/oc/ERR_LIFETIME_EXP	2020-06-09 19:05:37.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_LIFETIME_EXP	2020-08-23 05:45:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_NO_RELAY squid-5.0.4/errors/oc/ERR_NO_RELAY
--- squid-5.0.3/errors/oc/ERR_NO_RELAY	2020-06-09 19:05:37.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_NO_RELAY	2020-08-23 05:45:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/oc/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/oc/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:05:37.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:45:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_PRECONDITION_FAILED squid-5.0.4/errors/oc/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/oc/ERR_PRECONDITION_FAILED	2020-06-09 19:05:38.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_PRECONDITION_FAILED	2020-08-23 05:45:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/oc/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/oc/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:05:38.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:45:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_READ_ERROR squid-5.0.4/errors/oc/ERR_READ_ERROR
--- squid-5.0.3/errors/oc/ERR_READ_ERROR	2020-06-09 19:05:38.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_READ_ERROR	2020-08-23 05:45:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_READ_TIMEOUT squid-5.0.4/errors/oc/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/oc/ERR_READ_TIMEOUT	2020-06-09 19:05:39.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_READ_TIMEOUT	2020-08-23 05:45:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/oc/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/oc/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:05:39.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:45:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_SHUTTING_DOWN squid-5.0.4/errors/oc/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/oc/ERR_SHUTTING_DOWN	2020-06-09 19:05:40.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_SHUTTING_DOWN	2020-08-23 05:45:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_SOCKET_FAILURE squid-5.0.4/errors/oc/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/oc/ERR_SOCKET_FAILURE	2020-06-09 19:05:40.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_SOCKET_FAILURE	2020-08-23 05:45:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_TOO_BIG squid-5.0.4/errors/oc/ERR_TOO_BIG
--- squid-5.0.3/errors/oc/ERR_TOO_BIG	2020-06-09 19:05:40.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_TOO_BIG	2020-08-23 05:45:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/oc/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/oc/ERR_UNSUP_HTTPVERSION	2020-06-09 19:05:41.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_UNSUP_HTTPVERSION	2020-08-23 05:45:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_UNSUP_REQ squid-5.0.4/errors/oc/ERR_UNSUP_REQ
--- squid-5.0.3/errors/oc/ERR_UNSUP_REQ	2020-06-09 19:05:41.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_UNSUP_REQ	2020-08-23 05:45:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_URN_RESOLVE squid-5.0.4/errors/oc/ERR_URN_RESOLVE
--- squid-5.0.3/errors/oc/ERR_URN_RESOLVE	2020-06-09 19:05:41.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_URN_RESOLVE	2020-08-23 05:45:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_WRITE_ERROR squid-5.0.4/errors/oc/ERR_WRITE_ERROR
--- squid-5.0.3/errors/oc/ERR_WRITE_ERROR	2020-06-09 19:05:42.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_WRITE_ERROR	2020-08-23 05:45:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/oc/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/oc/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/oc/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:05:42.000000000 +1200
+++ squid-5.0.4/errors/oc/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:46:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_ACCESS_DENIED squid-5.0.4/errors/pl/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/pl/ERR_ACCESS_DENIED	2020-06-09 19:05:42.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_ACCESS_DENIED	2020-08-23 05:46:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:05:43.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:46:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_AGENT_CONFIGURE squid-5.0.4/errors/pl/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/pl/ERR_AGENT_CONFIGURE	2020-06-09 19:05:43.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_AGENT_CONFIGURE	2020-08-23 05:46:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/pl/ERR_AGENT_WPAD squid-5.0.4/errors/pl/ERR_AGENT_WPAD
--- squid-5.0.3/errors/pl/ERR_AGENT_WPAD	2020-06-09 19:05:44.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_AGENT_WPAD	2020-08-23 05:46:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/pl/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/pl/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/pl/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:05:44.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:46:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:05:44.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:46:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_CANNOT_FORWARD squid-5.0.4/errors/pl/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/pl/ERR_CANNOT_FORWARD	2020-06-09 19:05:45.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_CANNOT_FORWARD	2020-08-23 05:46:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_CONFLICT_HOST squid-5.0.4/errors/pl/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/pl/ERR_CONFLICT_HOST	2020-06-09 19:05:45.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_CONFLICT_HOST	2020-08-23 05:46:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_CONNECT_FAIL squid-5.0.4/errors/pl/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/pl/ERR_CONNECT_FAIL	2020-06-09 19:05:45.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_CONNECT_FAIL	2020-08-23 05:46:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_DIR_LISTING squid-5.0.4/errors/pl/ERR_DIR_LISTING
--- squid-5.0.3/errors/pl/ERR_DIR_LISTING	2020-06-09 19:05:46.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_DIR_LISTING	2020-08-23 05:46:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_DNS_FAIL squid-5.0.4/errors/pl/ERR_DNS_FAIL
--- squid-5.0.3/errors/pl/ERR_DNS_FAIL	2020-06-09 19:05:46.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_DNS_FAIL	2020-08-23 05:46:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_ESI squid-5.0.4/errors/pl/ERR_ESI
--- squid-5.0.3/errors/pl/ERR_ESI	2020-06-09 19:05:46.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_ESI	2020-08-23 05:46:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FORWARDING_DENIED squid-5.0.4/errors/pl/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/pl/ERR_FORWARDING_DENIED	2020-06-09 19:05:47.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FORWARDING_DENIED	2020-08-23 05:46:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_DISABLED squid-5.0.4/errors/pl/ERR_FTP_DISABLED
--- squid-5.0.3/errors/pl/ERR_FTP_DISABLED	2020-06-09 19:05:47.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_DISABLED	2020-08-23 05:46:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_FAILURE squid-5.0.4/errors/pl/ERR_FTP_FAILURE
--- squid-5.0.3/errors/pl/ERR_FTP_FAILURE	2020-06-09 19:05:48.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_FAILURE	2020-08-23 05:46:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_FORBIDDEN squid-5.0.4/errors/pl/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/pl/ERR_FTP_FORBIDDEN	2020-06-09 19:05:48.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_FORBIDDEN	2020-08-23 05:46:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_NOT_FOUND squid-5.0.4/errors/pl/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/pl/ERR_FTP_NOT_FOUND	2020-06-09 19:05:48.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_NOT_FOUND	2020-08-23 05:46:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_PUT_CREATED squid-5.0.4/errors/pl/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/pl/ERR_FTP_PUT_CREATED	2020-06-09 19:05:49.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_PUT_CREATED	2020-08-23 05:46:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_PUT_ERROR squid-5.0.4/errors/pl/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/pl/ERR_FTP_PUT_ERROR	2020-06-09 19:05:49.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_PUT_ERROR	2020-08-23 05:46:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/pl/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/pl/ERR_FTP_PUT_MODIFIED	2020-06-09 19:05:49.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_PUT_MODIFIED	2020-08-23 05:46:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/pl/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/pl/ERR_FTP_UNAVAILABLE	2020-06-09 19:05:50.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_FTP_UNAVAILABLE	2020-08-23 05:46:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_GATEWAY_FAILURE squid-5.0.4/errors/pl/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/pl/ERR_GATEWAY_FAILURE	2020-06-09 19:05:50.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_GATEWAY_FAILURE	2020-08-23 05:46:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_ICAP_FAILURE squid-5.0.4/errors/pl/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/pl/ERR_ICAP_FAILURE	2020-06-09 19:05:50.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_ICAP_FAILURE	2020-08-23 05:46:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_INVALID_REQ squid-5.0.4/errors/pl/ERR_INVALID_REQ
--- squid-5.0.3/errors/pl/ERR_INVALID_REQ	2020-06-09 19:05:51.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_INVALID_REQ	2020-08-23 05:46:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -30,7 +30,7 @@
 <li id="missing-url"><p>Brak URL-a</p></li>
 <li id="missing-protocol"><p>Brak identyfikatora HTTP (HTTP/1.0)</p></li>
 <li><p>RZbyt duży rozmiar żądania</p></li>
-<li><p>Brak pola Content-Length dla metod POST lub PUT</p></li>
+<li><p>Brak pola Content-Length  dla metod POST lub PUT</p></li>
 <li><p>Błędny znak w nazwie hosta; podkreślenia (underscores) są niedozwolone</p></li>
 <li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
 </ul>
diff -u -r -N squid-5.0.3/errors/pl/ERR_INVALID_RESP squid-5.0.4/errors/pl/ERR_INVALID_RESP
--- squid-5.0.3/errors/pl/ERR_INVALID_RESP	2020-06-09 19:05:51.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_INVALID_RESP	2020-08-23 05:46:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_INVALID_URL squid-5.0.4/errors/pl/ERR_INVALID_URL
--- squid-5.0.3/errors/pl/ERR_INVALID_URL	2020-06-09 19:05:51.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_INVALID_URL	2020-08-23 05:46:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_LIFETIME_EXP squid-5.0.4/errors/pl/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/pl/ERR_LIFETIME_EXP	2020-06-09 19:05:52.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_LIFETIME_EXP	2020-08-23 05:46:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_NO_RELAY squid-5.0.4/errors/pl/ERR_NO_RELAY
--- squid-5.0.3/errors/pl/ERR_NO_RELAY	2020-06-09 19:05:52.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_NO_RELAY	2020-08-23 05:46:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/pl/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/pl/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:05:52.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:46:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_PRECONDITION_FAILED squid-5.0.4/errors/pl/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/pl/ERR_PRECONDITION_FAILED	2020-06-09 19:05:53.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_PRECONDITION_FAILED	2020-08-23 05:46:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/pl/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/pl/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:05:53.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:46:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_READ_ERROR squid-5.0.4/errors/pl/ERR_READ_ERROR
--- squid-5.0.3/errors/pl/ERR_READ_ERROR	2020-06-09 19:05:54.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_READ_ERROR	2020-08-23 05:46:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_READ_TIMEOUT squid-5.0.4/errors/pl/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/pl/ERR_READ_TIMEOUT	2020-06-09 19:05:54.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_READ_TIMEOUT	2020-08-23 05:46:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/pl/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/pl/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:05:54.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:46:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_SHUTTING_DOWN squid-5.0.4/errors/pl/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/pl/ERR_SHUTTING_DOWN	2020-06-09 19:05:55.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_SHUTTING_DOWN	2020-08-23 05:46:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_SOCKET_FAILURE squid-5.0.4/errors/pl/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/pl/ERR_SOCKET_FAILURE	2020-06-09 19:05:55.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_SOCKET_FAILURE	2020-08-23 05:46:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_TOO_BIG squid-5.0.4/errors/pl/ERR_TOO_BIG
--- squid-5.0.3/errors/pl/ERR_TOO_BIG	2020-06-09 19:05:55.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_TOO_BIG	2020-08-23 05:46:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/pl/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/pl/ERR_UNSUP_HTTPVERSION	2020-06-09 19:05:56.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_UNSUP_HTTPVERSION	2020-08-23 05:46:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_UNSUP_REQ squid-5.0.4/errors/pl/ERR_UNSUP_REQ
--- squid-5.0.3/errors/pl/ERR_UNSUP_REQ	2020-06-09 19:05:56.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_UNSUP_REQ	2020-08-23 05:46:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_URN_RESOLVE squid-5.0.4/errors/pl/ERR_URN_RESOLVE
--- squid-5.0.3/errors/pl/ERR_URN_RESOLVE	2020-06-09 19:05:56.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_URN_RESOLVE	2020-08-23 05:46:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_WRITE_ERROR squid-5.0.4/errors/pl/ERR_WRITE_ERROR
--- squid-5.0.3/errors/pl/ERR_WRITE_ERROR	2020-06-09 19:05:57.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_WRITE_ERROR	2020-08-23 05:46:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pl/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/pl/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/pl/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:05:57.000000000 +1200
+++ squid-5.0.4/errors/pl/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:46:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_ACCESS_DENIED squid-5.0.4/errors/pt/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/pt/ERR_ACCESS_DENIED	2020-06-09 19:06:12.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_ACCESS_DENIED	2020-08-23 05:46:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:06:12.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:46:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_AGENT_CONFIGURE squid-5.0.4/errors/pt/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/pt/ERR_AGENT_CONFIGURE	2020-06-09 19:06:13.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_AGENT_CONFIGURE	2020-08-23 05:46:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Como encontrar essas configurações em seu navegador:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/pt/ERR_AGENT_WPAD squid-5.0.4/errors/pt/ERR_AGENT_WPAD
--- squid-5.0.3/errors/pt/ERR_AGENT_WPAD	2020-06-09 19:06:13.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_AGENT_WPAD	2020-08-23 05:46:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>Como encontrar essas configurações em seu navegador:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Selecionar automaticamente a detecção de configurações.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Selecione configuração automática do Proxy.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/pt/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/pt/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/pt/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:06:13.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:46:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:06:14.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:46:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_CANNOT_FORWARD squid-5.0.4/errors/pt/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/pt/ERR_CANNOT_FORWARD	2020-06-09 19:06:14.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_CANNOT_FORWARD	2020-08-23 05:46:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_CONFLICT_HOST squid-5.0.4/errors/pt/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/pt/ERR_CONFLICT_HOST	2020-06-09 19:06:14.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_CONFLICT_HOST	2020-08-23 05:46:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_CONNECT_FAIL squid-5.0.4/errors/pt/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/pt/ERR_CONNECT_FAIL	2020-06-09 19:06:15.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_CONNECT_FAIL	2020-08-23 05:46:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_DIR_LISTING squid-5.0.4/errors/pt/ERR_DIR_LISTING
--- squid-5.0.3/errors/pt/ERR_DIR_LISTING	2020-06-09 19:06:15.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_DIR_LISTING	2020-08-23 05:46:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_DNS_FAIL squid-5.0.4/errors/pt/ERR_DNS_FAIL
--- squid-5.0.3/errors/pt/ERR_DNS_FAIL	2020-06-09 19:06:15.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_DNS_FAIL	2020-08-23 05:46:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_ESI squid-5.0.4/errors/pt/ERR_ESI
--- squid-5.0.3/errors/pt/ERR_ESI	2020-06-09 19:06:16.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_ESI	2020-08-23 05:46:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FORWARDING_DENIED squid-5.0.4/errors/pt/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/pt/ERR_FORWARDING_DENIED	2020-06-09 19:06:16.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FORWARDING_DENIED	2020-08-23 05:46:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_DISABLED squid-5.0.4/errors/pt/ERR_FTP_DISABLED
--- squid-5.0.3/errors/pt/ERR_FTP_DISABLED	2020-06-09 19:06:16.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_DISABLED	2020-08-23 05:46:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_FAILURE squid-5.0.4/errors/pt/ERR_FTP_FAILURE
--- squid-5.0.3/errors/pt/ERR_FTP_FAILURE	2020-06-09 19:06:17.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_FAILURE	2020-08-23 05:46:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_FORBIDDEN squid-5.0.4/errors/pt/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/pt/ERR_FTP_FORBIDDEN	2020-06-09 19:06:17.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_FORBIDDEN	2020-08-23 05:46:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_NOT_FOUND squid-5.0.4/errors/pt/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/pt/ERR_FTP_NOT_FOUND	2020-06-09 19:06:17.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_NOT_FOUND	2020-08-23 05:46:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_PUT_CREATED squid-5.0.4/errors/pt/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/pt/ERR_FTP_PUT_CREATED	2020-06-09 19:06:18.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_PUT_CREATED	2020-08-23 05:46:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_PUT_ERROR squid-5.0.4/errors/pt/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/pt/ERR_FTP_PUT_ERROR	2020-06-09 19:06:18.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_PUT_ERROR	2020-08-23 05:46:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/pt/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/pt/ERR_FTP_PUT_MODIFIED	2020-06-09 19:06:18.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_PUT_MODIFIED	2020-08-23 05:46:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/pt/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/pt/ERR_FTP_UNAVAILABLE	2020-06-09 19:06:19.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_FTP_UNAVAILABLE	2020-08-23 05:46:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_GATEWAY_FAILURE squid-5.0.4/errors/pt/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/pt/ERR_GATEWAY_FAILURE	2020-06-09 19:06:19.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_GATEWAY_FAILURE	2020-08-23 05:46:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_ICAP_FAILURE squid-5.0.4/errors/pt/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/pt/ERR_ICAP_FAILURE	2020-06-09 19:06:19.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_ICAP_FAILURE	2020-08-23 05:46:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_INVALID_REQ squid-5.0.4/errors/pt/ERR_INVALID_REQ
--- squid-5.0.3/errors/pt/ERR_INVALID_REQ	2020-06-09 19:06:19.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_INVALID_REQ	2020-08-23 05:46:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_INVALID_RESP squid-5.0.4/errors/pt/ERR_INVALID_RESP
--- squid-5.0.3/errors/pt/ERR_INVALID_RESP	2020-06-09 19:06:20.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_INVALID_RESP	2020-08-23 05:46:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_INVALID_URL squid-5.0.4/errors/pt/ERR_INVALID_URL
--- squid-5.0.3/errors/pt/ERR_INVALID_URL	2020-06-09 19:06:20.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_INVALID_URL	2020-08-23 05:46:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_LIFETIME_EXP squid-5.0.4/errors/pt/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/pt/ERR_LIFETIME_EXP	2020-06-09 19:06:20.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_LIFETIME_EXP	2020-08-23 05:46:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_NO_RELAY squid-5.0.4/errors/pt/ERR_NO_RELAY
--- squid-5.0.3/errors/pt/ERR_NO_RELAY	2020-06-09 19:06:21.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_NO_RELAY	2020-08-23 05:46:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/pt/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/pt/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:06:21.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:46:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_PRECONDITION_FAILED squid-5.0.4/errors/pt/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/pt/ERR_PRECONDITION_FAILED	2020-06-09 19:06:21.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_PRECONDITION_FAILED	2020-08-23 05:46:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/pt/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/pt/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:06:21.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:46:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_READ_ERROR squid-5.0.4/errors/pt/ERR_READ_ERROR
--- squid-5.0.3/errors/pt/ERR_READ_ERROR	2020-06-09 19:06:22.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_READ_ERROR	2020-08-23 05:46:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_READ_TIMEOUT squid-5.0.4/errors/pt/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/pt/ERR_READ_TIMEOUT	2020-06-09 19:06:22.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_READ_TIMEOUT	2020-08-23 05:46:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/pt/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/pt/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:06:22.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:46:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_SHUTTING_DOWN squid-5.0.4/errors/pt/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/pt/ERR_SHUTTING_DOWN	2020-06-09 19:06:23.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_SHUTTING_DOWN	2020-08-23 05:46:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_SOCKET_FAILURE squid-5.0.4/errors/pt/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/pt/ERR_SOCKET_FAILURE	2020-06-09 19:06:23.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_SOCKET_FAILURE	2020-08-23 05:46:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_TOO_BIG squid-5.0.4/errors/pt/ERR_TOO_BIG
--- squid-5.0.3/errors/pt/ERR_TOO_BIG	2020-06-09 19:06:23.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_TOO_BIG	2020-08-23 05:46:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/pt/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/pt/ERR_UNSUP_HTTPVERSION	2020-06-09 19:06:23.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_UNSUP_HTTPVERSION	2020-08-23 05:46:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_UNSUP_REQ squid-5.0.4/errors/pt/ERR_UNSUP_REQ
--- squid-5.0.3/errors/pt/ERR_UNSUP_REQ	2020-06-09 19:06:24.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_UNSUP_REQ	2020-08-23 05:46:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_URN_RESOLVE squid-5.0.4/errors/pt/ERR_URN_RESOLVE
--- squid-5.0.3/errors/pt/ERR_URN_RESOLVE	2020-06-09 19:06:24.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_URN_RESOLVE	2020-08-23 05:46:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_WRITE_ERROR squid-5.0.4/errors/pt/ERR_WRITE_ERROR
--- squid-5.0.3/errors/pt/ERR_WRITE_ERROR	2020-06-09 19:06:24.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_WRITE_ERROR	2020-08-23 05:46:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/pt/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/pt/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:06:25.000000000 +1200
+++ squid-5.0.4/errors/pt/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:46:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_ACCESS_DENIED squid-5.0.4/errors/pt-br/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/pt-br/ERR_ACCESS_DENIED	2020-06-09 19:05:57.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_ACCESS_DENIED	2020-08-23 05:46:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:05:58.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:46:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_AGENT_CONFIGURE squid-5.0.4/errors/pt-br/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/pt-br/ERR_AGENT_CONFIGURE	2020-06-09 19:05:58.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_AGENT_CONFIGURE	2020-08-23 05:46:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>A configuração de seu navegador precisa ser corrigida para usar esta rede.</p>
 </blockquote>
 
 <p>Como encontrar estas configurações no seu navegador:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Ferramentas -&gt; Opções -&gt; Avançado -&gt; Rede -&gt; Configurações da Conexão</li>
 <li>Na caixa HTTP proxy digite o nome do proxy %h e porta %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Ferramentas -&gt; Opções de Internet -&gt; Conexão -&gt; Configurações da LAN -&gt;Proxy</li>
 <li>Na caixa HTTP proxy digite o nome do proxy %h e porta %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Ferramentas -&gt; Preferências -&gt; Avançado -&gt; Rede -&gt; Servidores Proxy</li>
 <li>Na caixa HTTP proxy digite o nome do proxy %h e porta %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_AGENT_WPAD squid-5.0.4/errors/pt-br/ERR_AGENT_WPAD
--- squid-5.0.3/errors/pt-br/ERR_AGENT_WPAD	2020-06-09 19:05:58.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_AGENT_WPAD	2020-08-23 05:46:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>A configuração de seu navegador precisa ser corrigida para usar esta rede.</p>
 </blockquote>
 
 <p>Como encontrar estas configurações no seu navegador:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Ferramentas -&gt; Opções -&gt; Avançado -&gt; Rede -&gt; Configurações da Conexão</li>
 <li>Selecionar configurações de auto-detecção de proxy para esta rede</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Ferramentas -&gt; Opções de Internet -&gt; Conexão -&gt; Configurações da LAN -&gt;Proxy</li>
 <li>Selecione Detectar configurações automaticamente</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Ferramentas -&gt; Preferências -&gt; Avançado -&gt; Rede -&gt; Servidores Proxy</li>
 <li>Selecione Usar configuração automática de proxy</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/pt-br/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/pt-br/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:05:59.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:46:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:05:59.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:46:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_CANNOT_FORWARD squid-5.0.4/errors/pt-br/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/pt-br/ERR_CANNOT_FORWARD	2020-06-09 19:05:59.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_CANNOT_FORWARD	2020-08-23 05:46:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_CONFLICT_HOST squid-5.0.4/errors/pt-br/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/pt-br/ERR_CONFLICT_HOST	2020-06-09 19:06:00.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_CONFLICT_HOST	2020-08-23 05:46:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_CONNECT_FAIL squid-5.0.4/errors/pt-br/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/pt-br/ERR_CONNECT_FAIL	2020-06-09 19:06:00.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_CONNECT_FAIL	2020-08-23 05:46:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_DIR_LISTING squid-5.0.4/errors/pt-br/ERR_DIR_LISTING
--- squid-5.0.3/errors/pt-br/ERR_DIR_LISTING	2020-06-09 19:06:00.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_DIR_LISTING	2020-08-23 05:46:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_DNS_FAIL squid-5.0.4/errors/pt-br/ERR_DNS_FAIL
--- squid-5.0.3/errors/pt-br/ERR_DNS_FAIL	2020-06-09 19:06:01.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_DNS_FAIL	2020-08-23 05:46:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_ESI squid-5.0.4/errors/pt-br/ERR_ESI
--- squid-5.0.3/errors/pt-br/ERR_ESI	2020-06-09 19:06:01.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_ESI	2020-08-23 05:46:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FORWARDING_DENIED squid-5.0.4/errors/pt-br/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/pt-br/ERR_FORWARDING_DENIED	2020-06-09 19:06:01.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FORWARDING_DENIED	2020-08-23 05:46:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_DISABLED squid-5.0.4/errors/pt-br/ERR_FTP_DISABLED
--- squid-5.0.3/errors/pt-br/ERR_FTP_DISABLED	2020-06-09 19:06:02.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_DISABLED	2020-08-23 05:46:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_FAILURE squid-5.0.4/errors/pt-br/ERR_FTP_FAILURE
--- squid-5.0.3/errors/pt-br/ERR_FTP_FAILURE	2020-06-09 19:06:02.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_FAILURE	2020-08-23 05:46:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_FORBIDDEN squid-5.0.4/errors/pt-br/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/pt-br/ERR_FTP_FORBIDDEN	2020-06-09 19:06:02.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_FORBIDDEN	2020-08-23 05:46:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_NOT_FOUND squid-5.0.4/errors/pt-br/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/pt-br/ERR_FTP_NOT_FOUND	2020-06-09 19:06:03.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_NOT_FOUND	2020-08-23 05:46:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_PUT_CREATED squid-5.0.4/errors/pt-br/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/pt-br/ERR_FTP_PUT_CREATED	2020-06-09 19:06:03.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_PUT_CREATED	2020-08-23 05:46:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_PUT_ERROR squid-5.0.4/errors/pt-br/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/pt-br/ERR_FTP_PUT_ERROR	2020-06-09 19:06:03.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_PUT_ERROR	2020-08-23 05:46:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/pt-br/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/pt-br/ERR_FTP_PUT_MODIFIED	2020-06-09 19:06:04.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_PUT_MODIFIED	2020-08-23 05:46:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/pt-br/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/pt-br/ERR_FTP_UNAVAILABLE	2020-06-09 19:06:04.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_FTP_UNAVAILABLE	2020-08-23 05:46:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_GATEWAY_FAILURE squid-5.0.4/errors/pt-br/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/pt-br/ERR_GATEWAY_FAILURE	2020-06-09 19:06:05.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_GATEWAY_FAILURE	2020-08-23 05:46:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_ICAP_FAILURE squid-5.0.4/errors/pt-br/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/pt-br/ERR_ICAP_FAILURE	2020-06-09 19:06:05.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_ICAP_FAILURE	2020-08-23 05:46:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_INVALID_REQ squid-5.0.4/errors/pt-br/ERR_INVALID_REQ
--- squid-5.0.3/errors/pt-br/ERR_INVALID_REQ	2020-06-09 19:06:05.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_INVALID_REQ	2020-08-23 05:46:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_INVALID_RESP squid-5.0.4/errors/pt-br/ERR_INVALID_RESP
--- squid-5.0.3/errors/pt-br/ERR_INVALID_RESP	2020-06-09 19:06:06.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_INVALID_RESP	2020-08-23 05:46:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_INVALID_URL squid-5.0.4/errors/pt-br/ERR_INVALID_URL
--- squid-5.0.3/errors/pt-br/ERR_INVALID_URL	2020-06-09 19:06:06.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_INVALID_URL	2020-08-23 05:46:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_LIFETIME_EXP squid-5.0.4/errors/pt-br/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/pt-br/ERR_LIFETIME_EXP	2020-06-09 19:06:06.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_LIFETIME_EXP	2020-08-23 05:46:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_NO_RELAY squid-5.0.4/errors/pt-br/ERR_NO_RELAY
--- squid-5.0.3/errors/pt-br/ERR_NO_RELAY	2020-06-09 19:06:07.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_NO_RELAY	2020-08-23 05:46:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/pt-br/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/pt-br/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:06:07.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:46:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_PRECONDITION_FAILED squid-5.0.4/errors/pt-br/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/pt-br/ERR_PRECONDITION_FAILED	2020-06-09 19:06:07.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_PRECONDITION_FAILED	2020-08-23 05:46:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/pt-br/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/pt-br/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:06:08.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:46:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_READ_ERROR squid-5.0.4/errors/pt-br/ERR_READ_ERROR
--- squid-5.0.3/errors/pt-br/ERR_READ_ERROR	2020-06-09 19:06:08.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_READ_ERROR	2020-08-23 05:46:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_READ_TIMEOUT squid-5.0.4/errors/pt-br/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/pt-br/ERR_READ_TIMEOUT	2020-06-09 19:06:08.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_READ_TIMEOUT	2020-08-23 05:46:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/pt-br/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/pt-br/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:06:09.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:46:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_SHUTTING_DOWN squid-5.0.4/errors/pt-br/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/pt-br/ERR_SHUTTING_DOWN	2020-06-09 19:06:09.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_SHUTTING_DOWN	2020-08-23 05:46:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_SOCKET_FAILURE squid-5.0.4/errors/pt-br/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/pt-br/ERR_SOCKET_FAILURE	2020-06-09 19:06:09.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_SOCKET_FAILURE	2020-08-23 05:46:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_TOO_BIG squid-5.0.4/errors/pt-br/ERR_TOO_BIG
--- squid-5.0.3/errors/pt-br/ERR_TOO_BIG	2020-06-09 19:06:10.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_TOO_BIG	2020-08-23 05:46:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/pt-br/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/pt-br/ERR_UNSUP_HTTPVERSION	2020-06-09 19:06:10.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_UNSUP_HTTPVERSION	2020-08-23 05:46:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_UNSUP_REQ squid-5.0.4/errors/pt-br/ERR_UNSUP_REQ
--- squid-5.0.3/errors/pt-br/ERR_UNSUP_REQ	2020-06-09 19:06:10.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_UNSUP_REQ	2020-08-23 05:46:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_URN_RESOLVE squid-5.0.4/errors/pt-br/ERR_URN_RESOLVE
--- squid-5.0.3/errors/pt-br/ERR_URN_RESOLVE	2020-06-09 19:06:11.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_URN_RESOLVE	2020-08-23 05:46:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_WRITE_ERROR squid-5.0.4/errors/pt-br/ERR_WRITE_ERROR
--- squid-5.0.3/errors/pt-br/ERR_WRITE_ERROR	2020-06-09 19:06:11.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_WRITE_ERROR	2020-08-23 05:46:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/pt-br/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/pt-br/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/pt-br/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:06:11.000000000 +1200
+++ squid-5.0.4/errors/pt-br/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:46:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_ACCESS_DENIED squid-5.0.4/errors/ro/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ro/ERR_ACCESS_DENIED	2020-06-09 19:06:25.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_ACCESS_DENIED	2020-08-23 05:46:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:06:25.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:46:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ro/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ro/ERR_AGENT_CONFIGURE	2020-06-09 19:06:26.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_AGENT_CONFIGURE	2020-08-23 05:46:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Configurarea navigatorului de internet trebuie modificată pentru a putea utiliza această reţea.</p>
 </blockquote>
 
 <p>Cum să găseşti aceste setări în navigatorul tău:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ro/ERR_AGENT_WPAD squid-5.0.4/errors/ro/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ro/ERR_AGENT_WPAD	2020-06-09 19:06:26.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_AGENT_WPAD	2020-08-23 05:46:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Configurarea navigatorului de internet trebuie modificată pentru a putea utiliza această reţea.</p>
 </blockquote>
 
 <p>Cum să găseşti aceste setări în navigatorul tău:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Selectează Detectează automat setările</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Selectează Configurare pentru proxy automată</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ro/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ro/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ro/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:06:26.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:46:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:06:27.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:46:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_CANNOT_FORWARD squid-5.0.4/errors/ro/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ro/ERR_CANNOT_FORWARD	2020-06-09 19:06:27.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_CANNOT_FORWARD	2020-08-23 05:46:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_CONFLICT_HOST squid-5.0.4/errors/ro/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ro/ERR_CONFLICT_HOST	2020-06-09 19:06:27.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_CONFLICT_HOST	2020-08-23 05:46:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_CONNECT_FAIL squid-5.0.4/errors/ro/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ro/ERR_CONNECT_FAIL	2020-06-09 19:06:28.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_CONNECT_FAIL	2020-08-23 05:46:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_DIR_LISTING squid-5.0.4/errors/ro/ERR_DIR_LISTING
--- squid-5.0.3/errors/ro/ERR_DIR_LISTING	2020-06-09 19:06:28.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_DIR_LISTING	2020-08-23 05:46:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_DNS_FAIL squid-5.0.4/errors/ro/ERR_DNS_FAIL
--- squid-5.0.3/errors/ro/ERR_DNS_FAIL	2020-06-09 19:06:28.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_DNS_FAIL	2020-08-23 05:46:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_ESI squid-5.0.4/errors/ro/ERR_ESI
--- squid-5.0.3/errors/ro/ERR_ESI	2020-06-09 19:06:29.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_ESI	2020-08-23 05:46:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FORWARDING_DENIED squid-5.0.4/errors/ro/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ro/ERR_FORWARDING_DENIED	2020-06-09 19:06:29.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FORWARDING_DENIED	2020-08-23 05:46:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_DISABLED squid-5.0.4/errors/ro/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ro/ERR_FTP_DISABLED	2020-06-09 19:06:29.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_DISABLED	2020-08-23 05:46:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_FAILURE squid-5.0.4/errors/ro/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ro/ERR_FTP_FAILURE	2020-06-09 19:06:30.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_FAILURE	2020-08-23 05:46:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ro/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ro/ERR_FTP_FORBIDDEN	2020-06-09 19:06:30.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_FORBIDDEN	2020-08-23 05:46:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ro/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ro/ERR_FTP_NOT_FOUND	2020-06-09 19:06:30.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_NOT_FOUND	2020-08-23 05:46:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ro/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ro/ERR_FTP_PUT_CREATED	2020-06-09 19:06:31.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_PUT_CREATED	2020-08-23 05:46:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ro/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ro/ERR_FTP_PUT_ERROR	2020-06-09 19:06:31.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_PUT_ERROR	2020-08-23 05:46:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ro/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ro/ERR_FTP_PUT_MODIFIED	2020-06-09 19:06:31.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_PUT_MODIFIED	2020-08-23 05:46:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ro/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ro/ERR_FTP_UNAVAILABLE	2020-06-09 19:06:32.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_FTP_UNAVAILABLE	2020-08-23 05:46:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ro/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ro/ERR_GATEWAY_FAILURE	2020-06-09 19:06:32.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_GATEWAY_FAILURE	2020-08-23 05:46:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_ICAP_FAILURE squid-5.0.4/errors/ro/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ro/ERR_ICAP_FAILURE	2020-06-09 19:06:32.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_ICAP_FAILURE	2020-08-23 05:46:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_INVALID_REQ squid-5.0.4/errors/ro/ERR_INVALID_REQ
--- squid-5.0.3/errors/ro/ERR_INVALID_REQ	2020-06-09 19:06:32.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_INVALID_REQ	2020-08-23 05:46:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_INVALID_RESP squid-5.0.4/errors/ro/ERR_INVALID_RESP
--- squid-5.0.3/errors/ro/ERR_INVALID_RESP	2020-06-09 19:06:33.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_INVALID_RESP	2020-08-23 05:46:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_INVALID_URL squid-5.0.4/errors/ro/ERR_INVALID_URL
--- squid-5.0.3/errors/ro/ERR_INVALID_URL	2020-06-09 19:06:33.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_INVALID_URL	2020-08-23 05:46:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_LIFETIME_EXP squid-5.0.4/errors/ro/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ro/ERR_LIFETIME_EXP	2020-06-09 19:06:33.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_LIFETIME_EXP	2020-08-23 05:46:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_NO_RELAY squid-5.0.4/errors/ro/ERR_NO_RELAY
--- squid-5.0.3/errors/ro/ERR_NO_RELAY	2020-06-09 19:06:34.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_NO_RELAY	2020-08-23 05:46:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ro/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ro/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:06:34.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:46:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ro/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ro/ERR_PRECONDITION_FAILED	2020-06-09 19:06:34.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_PRECONDITION_FAILED	2020-08-23 05:46:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ro/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ro/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:06:34.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:46:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_READ_ERROR squid-5.0.4/errors/ro/ERR_READ_ERROR
--- squid-5.0.3/errors/ro/ERR_READ_ERROR	2020-06-09 19:06:35.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_READ_ERROR	2020-08-23 05:46:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_READ_TIMEOUT squid-5.0.4/errors/ro/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ro/ERR_READ_TIMEOUT	2020-06-09 19:06:35.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_READ_TIMEOUT	2020-08-23 05:46:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ro/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ro/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:06:35.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:46:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_SHUTTING_DOWN squid-5.0.4/errors/ro/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ro/ERR_SHUTTING_DOWN	2020-06-09 19:06:36.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_SHUTTING_DOWN	2020-08-23 05:46:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_SOCKET_FAILURE squid-5.0.4/errors/ro/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ro/ERR_SOCKET_FAILURE	2020-06-09 19:06:36.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_SOCKET_FAILURE	2020-08-23 05:46:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_TOO_BIG squid-5.0.4/errors/ro/ERR_TOO_BIG
--- squid-5.0.3/errors/ro/ERR_TOO_BIG	2020-06-09 19:06:36.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_TOO_BIG	2020-08-23 05:46:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ro/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ro/ERR_UNSUP_HTTPVERSION	2020-06-09 19:06:36.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_UNSUP_HTTPVERSION	2020-08-23 05:46:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_UNSUP_REQ squid-5.0.4/errors/ro/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ro/ERR_UNSUP_REQ	2020-06-09 19:06:37.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_UNSUP_REQ	2020-08-23 05:46:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_URN_RESOLVE squid-5.0.4/errors/ro/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ro/ERR_URN_RESOLVE	2020-06-09 19:06:37.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_URN_RESOLVE	2020-08-23 05:46:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_WRITE_ERROR squid-5.0.4/errors/ro/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ro/ERR_WRITE_ERROR	2020-06-09 19:06:37.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_WRITE_ERROR	2020-08-23 05:46:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ro/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ro/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ro/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:06:38.000000000 +1200
+++ squid-5.0.4/errors/ro/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:46:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_ACCESS_DENIED squid-5.0.4/errors/ru/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/ru/ERR_ACCESS_DENIED	2020-06-09 19:06:38.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_ACCESS_DENIED	2020-08-23 05:46:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:06:38.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:46:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_AGENT_CONFIGURE squid-5.0.4/errors/ru/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/ru/ERR_AGENT_CONFIGURE	2020-06-09 19:06:38.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_AGENT_CONFIGURE	2020-08-23 05:46:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Необходимо произвести настройку вашего браузера для использования этой сети</p>
 </blockquote>
 
 <p>Эти настройки в вашем браузере:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Инструменты -&gt; Опции -&gt; Дополнительно -&gt; Сеть -&gt; Настойки соединения</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Инструменты -&gt; Настройки интернета -&gt; Соединения -&gt; Настройки LAN -&gt; Прокси</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Инструменты -&gt; Настройки -&gt; Дополнительно -&gt; Сеть -&gt; Прокси-серверы</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ru/ERR_AGENT_WPAD squid-5.0.4/errors/ru/ERR_AGENT_WPAD
--- squid-5.0.3/errors/ru/ERR_AGENT_WPAD	2020-06-09 19:06:39.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_AGENT_WPAD	2020-08-23 05:46:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Необходимо произвести настройку вашего браузера для использования этой сети</p>
 </blockquote>
 
 <p>Эти настройки в вашем браузере:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Инструменты -&gt; Опции -&gt; Дополнительно -&gt; Сеть -&gt; Настойки соединения</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Инструменты -&gt; Настройки интернета -&gt; Соединения -&gt; Настройки LAN -&gt; Прокси</li>
 <li>Выберите Автоматически определять настройки</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Инструменты -&gt; Настройки -&gt; Дополнительно -&gt; Сеть -&gt; Прокси-серверы</li>
 <li>Выберите Использовать Автоматическое определение прокси</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/ru/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/ru/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/ru/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:06:39.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:46:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:06:39.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:46:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_CANNOT_FORWARD squid-5.0.4/errors/ru/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/ru/ERR_CANNOT_FORWARD	2020-06-09 19:06:40.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_CANNOT_FORWARD	2020-08-23 05:46:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_CONFLICT_HOST squid-5.0.4/errors/ru/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/ru/ERR_CONFLICT_HOST	2020-06-09 19:06:40.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_CONFLICT_HOST	2020-08-23 05:46:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_CONNECT_FAIL squid-5.0.4/errors/ru/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/ru/ERR_CONNECT_FAIL	2020-06-09 19:06:40.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_CONNECT_FAIL	2020-08-23 05:46:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_DIR_LISTING squid-5.0.4/errors/ru/ERR_DIR_LISTING
--- squid-5.0.3/errors/ru/ERR_DIR_LISTING	2020-06-09 19:06:40.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_DIR_LISTING	2020-08-23 05:46:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_DNS_FAIL squid-5.0.4/errors/ru/ERR_DNS_FAIL
--- squid-5.0.3/errors/ru/ERR_DNS_FAIL	2020-06-09 19:06:41.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_DNS_FAIL	2020-08-23 05:46:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_ESI squid-5.0.4/errors/ru/ERR_ESI
--- squid-5.0.3/errors/ru/ERR_ESI	2020-06-09 19:06:41.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_ESI	2020-08-23 05:46:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FORWARDING_DENIED squid-5.0.4/errors/ru/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/ru/ERR_FORWARDING_DENIED	2020-06-09 19:06:41.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FORWARDING_DENIED	2020-08-23 05:47:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_DISABLED squid-5.0.4/errors/ru/ERR_FTP_DISABLED
--- squid-5.0.3/errors/ru/ERR_FTP_DISABLED	2020-06-09 19:06:42.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_DISABLED	2020-08-23 05:47:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_FAILURE squid-5.0.4/errors/ru/ERR_FTP_FAILURE
--- squid-5.0.3/errors/ru/ERR_FTP_FAILURE	2020-06-09 19:06:42.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_FAILURE	2020-08-23 05:47:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_FORBIDDEN squid-5.0.4/errors/ru/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/ru/ERR_FTP_FORBIDDEN	2020-06-09 19:06:42.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_FORBIDDEN	2020-08-23 05:47:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_NOT_FOUND squid-5.0.4/errors/ru/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/ru/ERR_FTP_NOT_FOUND	2020-06-09 19:06:42.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_NOT_FOUND	2020-08-23 05:47:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_PUT_CREATED squid-5.0.4/errors/ru/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/ru/ERR_FTP_PUT_CREATED	2020-06-09 19:06:43.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_PUT_CREATED	2020-08-23 05:47:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_PUT_ERROR squid-5.0.4/errors/ru/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/ru/ERR_FTP_PUT_ERROR	2020-06-09 19:06:43.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_PUT_ERROR	2020-08-23 05:47:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/ru/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/ru/ERR_FTP_PUT_MODIFIED	2020-06-09 19:06:43.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_PUT_MODIFIED	2020-08-23 05:47:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/ru/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/ru/ERR_FTP_UNAVAILABLE	2020-06-09 19:06:43.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_FTP_UNAVAILABLE	2020-08-23 05:47:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_GATEWAY_FAILURE squid-5.0.4/errors/ru/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/ru/ERR_GATEWAY_FAILURE	2020-06-09 19:06:44.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_GATEWAY_FAILURE	2020-08-23 05:47:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_ICAP_FAILURE squid-5.0.4/errors/ru/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/ru/ERR_ICAP_FAILURE	2020-06-09 19:06:44.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_ICAP_FAILURE	2020-08-23 05:47:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_INVALID_REQ squid-5.0.4/errors/ru/ERR_INVALID_REQ
--- squid-5.0.3/errors/ru/ERR_INVALID_REQ	2020-06-09 19:06:45.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_INVALID_REQ	2020-08-23 05:47:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_INVALID_RESP squid-5.0.4/errors/ru/ERR_INVALID_RESP
--- squid-5.0.3/errors/ru/ERR_INVALID_RESP	2020-06-09 19:06:45.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_INVALID_RESP	2020-08-23 05:47:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_INVALID_URL squid-5.0.4/errors/ru/ERR_INVALID_URL
--- squid-5.0.3/errors/ru/ERR_INVALID_URL	2020-06-09 19:06:45.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_INVALID_URL	2020-08-23 05:47:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_LIFETIME_EXP squid-5.0.4/errors/ru/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/ru/ERR_LIFETIME_EXP	2020-06-09 19:06:45.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_LIFETIME_EXP	2020-08-23 05:47:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_NO_RELAY squid-5.0.4/errors/ru/ERR_NO_RELAY
--- squid-5.0.3/errors/ru/ERR_NO_RELAY	2020-06-09 19:06:46.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_NO_RELAY	2020-08-23 05:47:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/ru/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/ru/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:06:46.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:47:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_PRECONDITION_FAILED squid-5.0.4/errors/ru/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/ru/ERR_PRECONDITION_FAILED	2020-06-09 19:06:46.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_PRECONDITION_FAILED	2020-08-23 05:47:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/ru/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/ru/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:06:47.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:47:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_READ_ERROR squid-5.0.4/errors/ru/ERR_READ_ERROR
--- squid-5.0.3/errors/ru/ERR_READ_ERROR	2020-06-09 19:06:47.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_READ_ERROR	2020-08-23 05:47:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_READ_TIMEOUT squid-5.0.4/errors/ru/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/ru/ERR_READ_TIMEOUT	2020-06-09 19:06:47.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_READ_TIMEOUT	2020-08-23 05:47:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/ru/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/ru/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:06:47.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:47:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_SHUTTING_DOWN squid-5.0.4/errors/ru/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/ru/ERR_SHUTTING_DOWN	2020-06-09 19:06:48.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_SHUTTING_DOWN	2020-08-23 05:47:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_SOCKET_FAILURE squid-5.0.4/errors/ru/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/ru/ERR_SOCKET_FAILURE	2020-06-09 19:06:48.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_SOCKET_FAILURE	2020-08-23 05:47:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_TOO_BIG squid-5.0.4/errors/ru/ERR_TOO_BIG
--- squid-5.0.3/errors/ru/ERR_TOO_BIG	2020-06-09 19:06:48.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_TOO_BIG	2020-08-23 05:47:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/ru/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/ru/ERR_UNSUP_HTTPVERSION	2020-06-09 19:06:49.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_UNSUP_HTTPVERSION	2020-08-23 05:47:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_UNSUP_REQ squid-5.0.4/errors/ru/ERR_UNSUP_REQ
--- squid-5.0.3/errors/ru/ERR_UNSUP_REQ	2020-06-09 19:06:49.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_UNSUP_REQ	2020-08-23 05:47:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_URN_RESOLVE squid-5.0.4/errors/ru/ERR_URN_RESOLVE
--- squid-5.0.3/errors/ru/ERR_URN_RESOLVE	2020-06-09 19:06:49.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_URN_RESOLVE	2020-08-23 05:47:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_WRITE_ERROR squid-5.0.4/errors/ru/ERR_WRITE_ERROR
--- squid-5.0.3/errors/ru/ERR_WRITE_ERROR	2020-06-09 19:06:49.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_WRITE_ERROR	2020-08-23 05:47:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/ru/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/ru/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/ru/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:06:50.000000000 +1200
+++ squid-5.0.4/errors/ru/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:47:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_ACCESS_DENIED squid-5.0.4/errors/sk/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/sk/ERR_ACCESS_DENIED	2020-06-09 19:06:50.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_ACCESS_DENIED	2020-08-23 05:47:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:06:50.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:47:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_AGENT_CONFIGURE squid-5.0.4/errors/sk/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/sk/ERR_AGENT_CONFIGURE	2020-06-09 19:06:51.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_AGENT_CONFIGURE	2020-08-23 05:47:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Aby ste mohli používať túto sieť, musíte upraviť konfiguráciu vášho webového prehliadača.</p>
 </blockquote>
 
 <p>Ako nájsť tieto nastavenia vo vašom prehliadači:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Nástroje -&gt; Možnosti -&gt; Rozšírené -&gt; Sieť -&gt; Nastavenie pripojenia</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Nástroje -&gt; Možnosti internetu -&gt; Pripojenie -&gt; Nastavenia LAN -&gt; Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Nástroje -&gt; Nastavenia -&gt; Rozšírené -&gt; Sieť -&gt; Proxy servery</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sk/ERR_AGENT_WPAD squid-5.0.4/errors/sk/ERR_AGENT_WPAD
--- squid-5.0.3/errors/sk/ERR_AGENT_WPAD	2020-06-09 19:06:51.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_AGENT_WPAD	2020-08-23 05:47:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Aby ste mohli používať túto sieť, musíte upraviť konfiguráciu vášho webového prehliadača.</p>
 </blockquote>
 
 <p>Ako nájsť tieto nastavenia vo vašom prehliadači:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Nástroje -&gt; Možnosti -&gt; Rozšírené -&gt; Sieť -&gt; Nastavenie pripojenia</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Nástroje -&gt; Možnosti internetu -&gt; Pripojenie -&gt; Nastavenia LAN -&gt; Proxy</li>
 <li>Vyberte Automaticky zistiť nastavenia</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Nástroje -&gt; Nastavenia -&gt; Rozšírené -&gt; Sieť -&gt; Proxy servery</li>
 <li>Vyberte Automatická konfigurácia proxy</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sk/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/sk/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/sk/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:06:51.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:47:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:06:51.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:47:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_CANNOT_FORWARD squid-5.0.4/errors/sk/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/sk/ERR_CANNOT_FORWARD	2020-06-09 19:06:52.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_CANNOT_FORWARD	2020-08-23 05:47:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_CONFLICT_HOST squid-5.0.4/errors/sk/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/sk/ERR_CONFLICT_HOST	2020-06-09 19:06:52.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_CONFLICT_HOST	2020-08-23 05:47:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_CONNECT_FAIL squid-5.0.4/errors/sk/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/sk/ERR_CONNECT_FAIL	2020-06-09 19:06:52.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_CONNECT_FAIL	2020-08-23 05:47:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_DIR_LISTING squid-5.0.4/errors/sk/ERR_DIR_LISTING
--- squid-5.0.3/errors/sk/ERR_DIR_LISTING	2020-06-09 19:06:52.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_DIR_LISTING	2020-08-23 05:47:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_DNS_FAIL squid-5.0.4/errors/sk/ERR_DNS_FAIL
--- squid-5.0.3/errors/sk/ERR_DNS_FAIL	2020-06-09 19:06:53.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_DNS_FAIL	2020-08-23 05:47:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_ESI squid-5.0.4/errors/sk/ERR_ESI
--- squid-5.0.3/errors/sk/ERR_ESI	2020-06-09 19:06:53.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_ESI	2020-08-23 05:47:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FORWARDING_DENIED squid-5.0.4/errors/sk/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/sk/ERR_FORWARDING_DENIED	2020-06-09 19:06:53.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FORWARDING_DENIED	2020-08-23 05:47:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_DISABLED squid-5.0.4/errors/sk/ERR_FTP_DISABLED
--- squid-5.0.3/errors/sk/ERR_FTP_DISABLED	2020-06-09 19:06:54.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_DISABLED	2020-08-23 05:47:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_FAILURE squid-5.0.4/errors/sk/ERR_FTP_FAILURE
--- squid-5.0.3/errors/sk/ERR_FTP_FAILURE	2020-06-09 19:06:54.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_FAILURE	2020-08-23 05:47:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_FORBIDDEN squid-5.0.4/errors/sk/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/sk/ERR_FTP_FORBIDDEN	2020-06-09 19:06:54.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_FORBIDDEN	2020-08-23 05:47:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_NOT_FOUND squid-5.0.4/errors/sk/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/sk/ERR_FTP_NOT_FOUND	2020-06-09 19:06:54.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_NOT_FOUND	2020-08-23 05:47:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_PUT_CREATED squid-5.0.4/errors/sk/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/sk/ERR_FTP_PUT_CREATED	2020-06-09 19:06:55.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_PUT_CREATED	2020-08-23 05:47:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_PUT_ERROR squid-5.0.4/errors/sk/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/sk/ERR_FTP_PUT_ERROR	2020-06-09 19:06:55.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_PUT_ERROR	2020-08-23 05:47:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/sk/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/sk/ERR_FTP_PUT_MODIFIED	2020-06-09 19:06:55.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_PUT_MODIFIED	2020-08-23 05:47:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/sk/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/sk/ERR_FTP_UNAVAILABLE	2020-06-09 19:06:56.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_FTP_UNAVAILABLE	2020-08-23 05:47:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_GATEWAY_FAILURE squid-5.0.4/errors/sk/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/sk/ERR_GATEWAY_FAILURE	2020-06-09 19:06:56.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_GATEWAY_FAILURE	2020-08-23 05:47:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_ICAP_FAILURE squid-5.0.4/errors/sk/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/sk/ERR_ICAP_FAILURE	2020-06-09 19:06:56.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_ICAP_FAILURE	2020-08-23 05:47:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_INVALID_REQ squid-5.0.4/errors/sk/ERR_INVALID_REQ
--- squid-5.0.3/errors/sk/ERR_INVALID_REQ	2020-06-09 19:06:56.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_INVALID_REQ	2020-08-23 05:47:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_INVALID_RESP squid-5.0.4/errors/sk/ERR_INVALID_RESP
--- squid-5.0.3/errors/sk/ERR_INVALID_RESP	2020-06-09 19:06:57.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_INVALID_RESP	2020-08-23 05:47:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_INVALID_URL squid-5.0.4/errors/sk/ERR_INVALID_URL
--- squid-5.0.3/errors/sk/ERR_INVALID_URL	2020-06-09 19:06:57.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_INVALID_URL	2020-08-23 05:47:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_LIFETIME_EXP squid-5.0.4/errors/sk/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/sk/ERR_LIFETIME_EXP	2020-06-09 19:06:57.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_LIFETIME_EXP	2020-08-23 05:47:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_NO_RELAY squid-5.0.4/errors/sk/ERR_NO_RELAY
--- squid-5.0.3/errors/sk/ERR_NO_RELAY	2020-06-09 19:06:57.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_NO_RELAY	2020-08-23 05:47:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/sk/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/sk/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:06:58.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:47:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_PRECONDITION_FAILED squid-5.0.4/errors/sk/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/sk/ERR_PRECONDITION_FAILED	2020-06-09 19:06:58.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_PRECONDITION_FAILED	2020-08-23 05:47:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/sk/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/sk/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:06:58.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:47:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_READ_ERROR squid-5.0.4/errors/sk/ERR_READ_ERROR
--- squid-5.0.3/errors/sk/ERR_READ_ERROR	2020-06-09 19:06:59.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_READ_ERROR	2020-08-23 05:47:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_READ_TIMEOUT squid-5.0.4/errors/sk/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/sk/ERR_READ_TIMEOUT	2020-06-09 19:06:59.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_READ_TIMEOUT	2020-08-23 05:47:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/sk/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/sk/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:06:59.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:47:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_SHUTTING_DOWN squid-5.0.4/errors/sk/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/sk/ERR_SHUTTING_DOWN	2020-06-09 19:06:59.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_SHUTTING_DOWN	2020-08-23 05:47:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_SOCKET_FAILURE squid-5.0.4/errors/sk/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/sk/ERR_SOCKET_FAILURE	2020-06-09 19:07:00.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_SOCKET_FAILURE	2020-08-23 05:47:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_TOO_BIG squid-5.0.4/errors/sk/ERR_TOO_BIG
--- squid-5.0.3/errors/sk/ERR_TOO_BIG	2020-06-09 19:07:00.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_TOO_BIG	2020-08-23 05:47:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/sk/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/sk/ERR_UNSUP_HTTPVERSION	2020-06-09 19:07:00.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_UNSUP_HTTPVERSION	2020-08-23 05:47:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_UNSUP_REQ squid-5.0.4/errors/sk/ERR_UNSUP_REQ
--- squid-5.0.3/errors/sk/ERR_UNSUP_REQ	2020-06-09 19:07:01.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_UNSUP_REQ	2020-08-23 05:47:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_URN_RESOLVE squid-5.0.4/errors/sk/ERR_URN_RESOLVE
--- squid-5.0.3/errors/sk/ERR_URN_RESOLVE	2020-06-09 19:07:01.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_URN_RESOLVE	2020-08-23 05:47:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_WRITE_ERROR squid-5.0.4/errors/sk/ERR_WRITE_ERROR
--- squid-5.0.3/errors/sk/ERR_WRITE_ERROR	2020-06-09 19:07:01.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_WRITE_ERROR	2020-08-23 05:47:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sk/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/sk/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/sk/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:07:02.000000000 +1200
+++ squid-5.0.4/errors/sk/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:47:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_ACCESS_DENIED squid-5.0.4/errors/sl/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/sl/ERR_ACCESS_DENIED	2020-06-09 19:07:02.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_ACCESS_DENIED	2020-08-23 05:47:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:07:02.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:47:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_AGENT_CONFIGURE squid-5.0.4/errors/sl/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/sl/ERR_AGENT_CONFIGURE	2020-06-09 19:07:03.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_AGENT_CONFIGURE	2020-08-23 05:47:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Nastavitve vašega spletnega brskalnika je treba spremeniti, če naj uporablja to omrežje.</p>
 </blockquote>
 
 <p>Kako najdete te nastavitve v svojem brskalniku:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Orodja -&gt; Možnosti -&gt; Napredno -&gt; Omrežje -&gt; Nastavitve povezave</li>
 <li>V polje za posredniški strežnik HTTP vnesite ime posredniškega strežnika %h in vrata %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Orodja -&gt; Internetne možnosti -&gt; Povezava -&gt; Nastavitve LAN -&gt;Proxy</li>
 <li>V polje za posredniški strežnik HTTP vnesite ime posredniškega strežnika %h in vrata %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Orodja -&gt; Nastavitve -&gt; Napredno -&gt; Omrežje -&gt; Posredovalni strežniki</li>
 <li>V polje za posredniški strežnik HTTP vnesite ime posredniškega strežnika %h in vrata %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sl/ERR_AGENT_WPAD squid-5.0.4/errors/sl/ERR_AGENT_WPAD
--- squid-5.0.3/errors/sl/ERR_AGENT_WPAD	2020-06-09 19:07:03.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_AGENT_WPAD	2020-08-23 05:47:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Nastavitve vašega spletnega brskalnika je treba spremeniti, če naj uporablja to omrežje.</p>
 </blockquote>
 
 <p>Kako najdete te nastavitve v svojem brskalniku:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Orodja -&gt; Možnosti -&gt; Napredno -&gt; Omrežje -&gt; Nastavitve povezave</li>
 <li>Za to omrežje izberite samozaznavo nastavitev posredniškega strežnika</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Orodja -&gt; Internetne možnosti -&gt; Povezava -&gt; Nastavitve LAN -&gt;Proxy</li>
 <li>Izberite samodejno zaznavo nastavitev</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Orodja -&gt; Nastavitve -&gt; Napredno -&gt; Omrežje -&gt; Posredovalni strežniki</li>
 <li>Izberite uporabo samodejne konfiguracije posredniškega strežnika</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sl/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/sl/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/sl/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:07:03.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:47:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:07:04.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:47:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_CANNOT_FORWARD squid-5.0.4/errors/sl/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/sl/ERR_CANNOT_FORWARD	2020-06-09 19:07:04.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_CANNOT_FORWARD	2020-08-23 05:47:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_CONFLICT_HOST squid-5.0.4/errors/sl/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/sl/ERR_CONFLICT_HOST	2020-06-09 19:07:04.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_CONFLICT_HOST	2020-08-23 05:47:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_CONNECT_FAIL squid-5.0.4/errors/sl/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/sl/ERR_CONNECT_FAIL	2020-06-09 19:07:05.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_CONNECT_FAIL	2020-08-23 05:47:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_DIR_LISTING squid-5.0.4/errors/sl/ERR_DIR_LISTING
--- squid-5.0.3/errors/sl/ERR_DIR_LISTING	2020-06-09 19:07:05.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_DIR_LISTING	2020-08-23 05:47:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_DNS_FAIL squid-5.0.4/errors/sl/ERR_DNS_FAIL
--- squid-5.0.3/errors/sl/ERR_DNS_FAIL	2020-06-09 19:07:05.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_DNS_FAIL	2020-08-23 05:47:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_ESI squid-5.0.4/errors/sl/ERR_ESI
--- squid-5.0.3/errors/sl/ERR_ESI	2020-06-09 19:07:05.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_ESI	2020-08-23 05:47:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FORWARDING_DENIED squid-5.0.4/errors/sl/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/sl/ERR_FORWARDING_DENIED	2020-06-09 19:07:06.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FORWARDING_DENIED	2020-08-23 05:47:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_DISABLED squid-5.0.4/errors/sl/ERR_FTP_DISABLED
--- squid-5.0.3/errors/sl/ERR_FTP_DISABLED	2020-06-09 19:07:06.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_DISABLED	2020-08-23 05:47:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_FAILURE squid-5.0.4/errors/sl/ERR_FTP_FAILURE
--- squid-5.0.3/errors/sl/ERR_FTP_FAILURE	2020-06-09 19:07:06.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_FAILURE	2020-08-23 05:47:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_FORBIDDEN squid-5.0.4/errors/sl/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/sl/ERR_FTP_FORBIDDEN	2020-06-09 19:07:06.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_FORBIDDEN	2020-08-23 05:47:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_NOT_FOUND squid-5.0.4/errors/sl/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/sl/ERR_FTP_NOT_FOUND	2020-06-09 19:07:07.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_NOT_FOUND	2020-08-23 05:47:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_PUT_CREATED squid-5.0.4/errors/sl/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/sl/ERR_FTP_PUT_CREATED	2020-06-09 19:07:07.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_PUT_CREATED	2020-08-23 05:47:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_PUT_ERROR squid-5.0.4/errors/sl/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/sl/ERR_FTP_PUT_ERROR	2020-06-09 19:07:07.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_PUT_ERROR	2020-08-23 05:47:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/sl/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/sl/ERR_FTP_PUT_MODIFIED	2020-06-09 19:07:08.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_PUT_MODIFIED	2020-08-23 05:47:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/sl/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/sl/ERR_FTP_UNAVAILABLE	2020-06-09 19:07:08.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_FTP_UNAVAILABLE	2020-08-23 05:47:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_GATEWAY_FAILURE squid-5.0.4/errors/sl/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/sl/ERR_GATEWAY_FAILURE	2020-06-09 19:07:08.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_GATEWAY_FAILURE	2020-08-23 05:47:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_ICAP_FAILURE squid-5.0.4/errors/sl/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/sl/ERR_ICAP_FAILURE	2020-06-09 19:07:09.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_ICAP_FAILURE	2020-08-23 05:47:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_INVALID_REQ squid-5.0.4/errors/sl/ERR_INVALID_REQ
--- squid-5.0.3/errors/sl/ERR_INVALID_REQ	2020-06-09 19:07:09.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_INVALID_REQ	2020-08-23 05:47:31.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_INVALID_RESP squid-5.0.4/errors/sl/ERR_INVALID_RESP
--- squid-5.0.3/errors/sl/ERR_INVALID_RESP	2020-06-09 19:07:10.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_INVALID_RESP	2020-08-23 05:47:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_INVALID_URL squid-5.0.4/errors/sl/ERR_INVALID_URL
--- squid-5.0.3/errors/sl/ERR_INVALID_URL	2020-06-09 19:07:10.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_INVALID_URL	2020-08-23 05:47:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_LIFETIME_EXP squid-5.0.4/errors/sl/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/sl/ERR_LIFETIME_EXP	2020-06-09 19:07:10.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_LIFETIME_EXP	2020-08-23 05:47:32.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_NO_RELAY squid-5.0.4/errors/sl/ERR_NO_RELAY
--- squid-5.0.3/errors/sl/ERR_NO_RELAY	2020-06-09 19:07:11.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_NO_RELAY	2020-08-23 05:47:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/sl/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/sl/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:07:11.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:47:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_PRECONDITION_FAILED squid-5.0.4/errors/sl/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/sl/ERR_PRECONDITION_FAILED	2020-06-09 19:07:11.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_PRECONDITION_FAILED	2020-08-23 05:47:33.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/sl/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/sl/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:07:12.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:47:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_READ_ERROR squid-5.0.4/errors/sl/ERR_READ_ERROR
--- squid-5.0.3/errors/sl/ERR_READ_ERROR	2020-06-09 19:07:12.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_READ_ERROR	2020-08-23 05:47:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_READ_TIMEOUT squid-5.0.4/errors/sl/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/sl/ERR_READ_TIMEOUT	2020-06-09 19:07:12.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_READ_TIMEOUT	2020-08-23 05:47:34.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/sl/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/sl/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:07:13.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:47:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_SHUTTING_DOWN squid-5.0.4/errors/sl/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/sl/ERR_SHUTTING_DOWN	2020-06-09 19:07:13.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_SHUTTING_DOWN	2020-08-23 05:47:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_SOCKET_FAILURE squid-5.0.4/errors/sl/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/sl/ERR_SOCKET_FAILURE	2020-06-09 19:07:13.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_SOCKET_FAILURE	2020-08-23 05:47:35.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_TOO_BIG squid-5.0.4/errors/sl/ERR_TOO_BIG
--- squid-5.0.3/errors/sl/ERR_TOO_BIG	2020-06-09 19:07:14.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_TOO_BIG	2020-08-23 05:47:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/sl/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/sl/ERR_UNSUP_HTTPVERSION	2020-06-09 19:07:14.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_UNSUP_HTTPVERSION	2020-08-23 05:47:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_UNSUP_REQ squid-5.0.4/errors/sl/ERR_UNSUP_REQ
--- squid-5.0.3/errors/sl/ERR_UNSUP_REQ	2020-06-09 19:07:14.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_UNSUP_REQ	2020-08-23 05:47:36.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_URN_RESOLVE squid-5.0.4/errors/sl/ERR_URN_RESOLVE
--- squid-5.0.3/errors/sl/ERR_URN_RESOLVE	2020-06-09 19:07:15.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_URN_RESOLVE	2020-08-23 05:47:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_WRITE_ERROR squid-5.0.4/errors/sl/ERR_WRITE_ERROR
--- squid-5.0.3/errors/sl/ERR_WRITE_ERROR	2020-06-09 19:07:15.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_WRITE_ERROR	2020-08-23 05:47:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sl/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/sl/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/sl/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:07:15.000000000 +1200
+++ squid-5.0.4/errors/sl/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:47:37.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_ACCESS_DENIED squid-5.0.4/errors/sr-cyrl/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/sr-cyrl/ERR_ACCESS_DENIED	2020-06-09 19:07:16.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_ACCESS_DENIED	2020-08-23 05:47:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:07:16.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:47:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_AGENT_CONFIGURE squid-5.0.4/errors/sr-cyrl/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2020-06-09 19:07:16.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_AGENT_CONFIGURE	2020-08-23 05:47:38.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_AGENT_WPAD squid-5.0.4/errors/sr-cyrl/ERR_AGENT_WPAD
--- squid-5.0.3/errors/sr-cyrl/ERR_AGENT_WPAD	2020-06-09 19:07:16.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_AGENT_WPAD	2020-08-23 05:47:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:07:17.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:47:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:07:17.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:47:39.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_CANNOT_FORWARD squid-5.0.4/errors/sr-cyrl/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/sr-cyrl/ERR_CANNOT_FORWARD	2020-06-09 19:07:17.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_CANNOT_FORWARD	2020-08-23 05:47:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_CONFLICT_HOST squid-5.0.4/errors/sr-cyrl/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/sr-cyrl/ERR_CONFLICT_HOST	2020-06-09 19:07:17.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_CONFLICT_HOST	2020-08-23 05:47:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_CONNECT_FAIL squid-5.0.4/errors/sr-cyrl/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/sr-cyrl/ERR_CONNECT_FAIL	2020-06-09 19:07:18.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_CONNECT_FAIL	2020-08-23 05:47:40.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_DIR_LISTING squid-5.0.4/errors/sr-cyrl/ERR_DIR_LISTING
--- squid-5.0.3/errors/sr-cyrl/ERR_DIR_LISTING	2020-06-09 19:07:18.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_DIR_LISTING	2020-08-23 05:47:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_DNS_FAIL squid-5.0.4/errors/sr-cyrl/ERR_DNS_FAIL
--- squid-5.0.3/errors/sr-cyrl/ERR_DNS_FAIL	2020-06-09 19:07:18.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_DNS_FAIL	2020-08-23 05:47:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_ESI squid-5.0.4/errors/sr-cyrl/ERR_ESI
--- squid-5.0.3/errors/sr-cyrl/ERR_ESI	2020-06-09 19:07:18.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_ESI	2020-08-23 05:47:41.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FORWARDING_DENIED squid-5.0.4/errors/sr-cyrl/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/sr-cyrl/ERR_FORWARDING_DENIED	2020-06-09 19:07:19.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FORWARDING_DENIED	2020-08-23 05:47:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_DISABLED squid-5.0.4/errors/sr-cyrl/ERR_FTP_DISABLED
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_DISABLED	2020-06-09 19:07:19.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_DISABLED	2020-08-23 05:47:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_FAILURE squid-5.0.4/errors/sr-cyrl/ERR_FTP_FAILURE
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_FAILURE	2020-06-09 19:07:19.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_FAILURE	2020-08-23 05:47:42.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_FORBIDDEN squid-5.0.4/errors/sr-cyrl/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2020-06-09 19:07:20.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_FORBIDDEN	2020-08-23 05:47:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_NOT_FOUND squid-5.0.4/errors/sr-cyrl/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2020-06-09 19:07:20.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_NOT_FOUND	2020-08-23 05:47:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_PUT_CREATED squid-5.0.4/errors/sr-cyrl/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2020-06-09 19:07:20.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_PUT_CREATED	2020-08-23 05:47:43.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_PUT_ERROR squid-5.0.4/errors/sr-cyrl/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2020-06-09 19:07:20.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_PUT_ERROR	2020-08-23 05:47:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2020-06-09 19:07:21.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED	2020-08-23 05:47:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/sr-cyrl/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2020-06-09 19:07:21.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_FTP_UNAVAILABLE	2020-08-23 05:47:44.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_GATEWAY_FAILURE squid-5.0.4/errors/sr-cyrl/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2020-06-09 19:07:21.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_GATEWAY_FAILURE	2020-08-23 05:47:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_ICAP_FAILURE squid-5.0.4/errors/sr-cyrl/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/sr-cyrl/ERR_ICAP_FAILURE	2020-06-09 19:07:21.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_ICAP_FAILURE	2020-08-23 05:47:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_INVALID_REQ squid-5.0.4/errors/sr-cyrl/ERR_INVALID_REQ
--- squid-5.0.3/errors/sr-cyrl/ERR_INVALID_REQ	2020-06-09 19:07:22.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_INVALID_REQ	2020-08-23 05:47:45.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_INVALID_RESP squid-5.0.4/errors/sr-cyrl/ERR_INVALID_RESP
--- squid-5.0.3/errors/sr-cyrl/ERR_INVALID_RESP	2020-06-09 19:07:22.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_INVALID_RESP	2020-08-23 05:47:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_INVALID_URL squid-5.0.4/errors/sr-cyrl/ERR_INVALID_URL
--- squid-5.0.3/errors/sr-cyrl/ERR_INVALID_URL	2020-06-09 19:07:22.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_INVALID_URL	2020-08-23 05:47:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_LIFETIME_EXP squid-5.0.4/errors/sr-cyrl/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/sr-cyrl/ERR_LIFETIME_EXP	2020-06-09 19:07:23.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_LIFETIME_EXP	2020-08-23 05:47:46.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_NO_RELAY squid-5.0.4/errors/sr-cyrl/ERR_NO_RELAY
--- squid-5.0.3/errors/sr-cyrl/ERR_NO_RELAY	2020-06-09 19:07:23.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_NO_RELAY	2020-08-23 05:47:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:07:23.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:47:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_PRECONDITION_FAILED squid-5.0.4/errors/sr-cyrl/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2020-06-09 19:07:24.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_PRECONDITION_FAILED	2020-08-23 05:47:47.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:07:24.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:47:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_READ_ERROR squid-5.0.4/errors/sr-cyrl/ERR_READ_ERROR
--- squid-5.0.3/errors/sr-cyrl/ERR_READ_ERROR	2020-06-09 19:07:24.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_READ_ERROR	2020-08-23 05:47:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_READ_TIMEOUT squid-5.0.4/errors/sr-cyrl/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/sr-cyrl/ERR_READ_TIMEOUT	2020-06-09 19:07:24.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_READ_TIMEOUT	2020-08-23 05:47:48.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:07:25.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:47:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_SHUTTING_DOWN squid-5.0.4/errors/sr-cyrl/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/sr-cyrl/ERR_SHUTTING_DOWN	2020-06-09 19:07:25.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_SHUTTING_DOWN	2020-08-23 05:47:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_SOCKET_FAILURE squid-5.0.4/errors/sr-cyrl/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/sr-cyrl/ERR_SOCKET_FAILURE	2020-06-09 19:07:25.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_SOCKET_FAILURE	2020-08-23 05:47:49.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_TOO_BIG squid-5.0.4/errors/sr-cyrl/ERR_TOO_BIG
--- squid-5.0.3/errors/sr-cyrl/ERR_TOO_BIG	2020-06-09 19:07:25.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_TOO_BIG	2020-08-23 05:47:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2020-06-09 19:07:26.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION	2020-08-23 05:47:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_UNSUP_REQ squid-5.0.4/errors/sr-cyrl/ERR_UNSUP_REQ
--- squid-5.0.3/errors/sr-cyrl/ERR_UNSUP_REQ	2020-06-09 19:07:26.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_UNSUP_REQ	2020-08-23 05:47:50.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_URN_RESOLVE squid-5.0.4/errors/sr-cyrl/ERR_URN_RESOLVE
--- squid-5.0.3/errors/sr-cyrl/ERR_URN_RESOLVE	2020-06-09 19:07:26.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_URN_RESOLVE	2020-08-23 05:47:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_WRITE_ERROR squid-5.0.4/errors/sr-cyrl/ERR_WRITE_ERROR
--- squid-5.0.3/errors/sr-cyrl/ERR_WRITE_ERROR	2020-06-09 19:07:27.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_WRITE_ERROR	2020-08-23 05:47:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:07:27.000000000 +1200
+++ squid-5.0.4/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:47:51.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_ACCESS_DENIED squid-5.0.4/errors/sr-latn/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/sr-latn/ERR_ACCESS_DENIED	2020-06-09 19:07:27.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_ACCESS_DENIED	2020-08-23 05:47:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:07:27.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:47:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_AGENT_CONFIGURE squid-5.0.4/errors/sr-latn/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/sr-latn/ERR_AGENT_CONFIGURE	2020-06-09 19:07:28.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_AGENT_CONFIGURE	2020-08-23 05:47:52.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_AGENT_WPAD squid-5.0.4/errors/sr-latn/ERR_AGENT_WPAD
--- squid-5.0.3/errors/sr-latn/ERR_AGENT_WPAD	2020-06-09 19:07:28.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_AGENT_WPAD	2020-08-23 05:47:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/sr-latn/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/sr-latn/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:07:28.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:47:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:07:29.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:47:53.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_CANNOT_FORWARD squid-5.0.4/errors/sr-latn/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/sr-latn/ERR_CANNOT_FORWARD	2020-06-09 19:07:29.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_CANNOT_FORWARD	2020-08-23 05:47:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_CONFLICT_HOST squid-5.0.4/errors/sr-latn/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/sr-latn/ERR_CONFLICT_HOST	2020-06-09 19:07:29.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_CONFLICT_HOST	2020-08-23 05:47:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_CONNECT_FAIL squid-5.0.4/errors/sr-latn/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/sr-latn/ERR_CONNECT_FAIL	2020-06-09 19:07:29.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_CONNECT_FAIL	2020-08-23 05:47:54.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_DIR_LISTING squid-5.0.4/errors/sr-latn/ERR_DIR_LISTING
--- squid-5.0.3/errors/sr-latn/ERR_DIR_LISTING	2020-06-09 19:07:30.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_DIR_LISTING	2020-08-23 05:47:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_DNS_FAIL squid-5.0.4/errors/sr-latn/ERR_DNS_FAIL
--- squid-5.0.3/errors/sr-latn/ERR_DNS_FAIL	2020-06-09 19:07:30.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_DNS_FAIL	2020-08-23 05:47:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_ESI squid-5.0.4/errors/sr-latn/ERR_ESI
--- squid-5.0.3/errors/sr-latn/ERR_ESI	2020-06-09 19:07:30.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_ESI	2020-08-23 05:47:55.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FORWARDING_DENIED squid-5.0.4/errors/sr-latn/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/sr-latn/ERR_FORWARDING_DENIED	2020-06-09 19:07:30.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FORWARDING_DENIED	2020-08-23 05:47:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_DISABLED squid-5.0.4/errors/sr-latn/ERR_FTP_DISABLED
--- squid-5.0.3/errors/sr-latn/ERR_FTP_DISABLED	2020-06-09 19:07:31.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_DISABLED	2020-08-23 05:47:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_FAILURE squid-5.0.4/errors/sr-latn/ERR_FTP_FAILURE
--- squid-5.0.3/errors/sr-latn/ERR_FTP_FAILURE	2020-06-09 19:07:31.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_FAILURE	2020-08-23 05:47:56.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_FORBIDDEN squid-5.0.4/errors/sr-latn/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/sr-latn/ERR_FTP_FORBIDDEN	2020-06-09 19:07:31.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_FORBIDDEN	2020-08-23 05:47:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_NOT_FOUND squid-5.0.4/errors/sr-latn/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/sr-latn/ERR_FTP_NOT_FOUND	2020-06-09 19:07:32.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_NOT_FOUND	2020-08-23 05:47:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_PUT_CREATED squid-5.0.4/errors/sr-latn/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/sr-latn/ERR_FTP_PUT_CREATED	2020-06-09 19:07:32.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_PUT_CREATED	2020-08-23 05:47:57.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_PUT_ERROR squid-5.0.4/errors/sr-latn/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/sr-latn/ERR_FTP_PUT_ERROR	2020-06-09 19:07:32.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_PUT_ERROR	2020-08-23 05:47:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/sr-latn/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/sr-latn/ERR_FTP_PUT_MODIFIED	2020-06-09 19:07:32.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_PUT_MODIFIED	2020-08-23 05:47:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/sr-latn/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/sr-latn/ERR_FTP_UNAVAILABLE	2020-06-09 19:07:33.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_FTP_UNAVAILABLE	2020-08-23 05:47:58.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_GATEWAY_FAILURE squid-5.0.4/errors/sr-latn/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/sr-latn/ERR_GATEWAY_FAILURE	2020-06-09 19:07:33.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_GATEWAY_FAILURE	2020-08-23 05:47:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_ICAP_FAILURE squid-5.0.4/errors/sr-latn/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/sr-latn/ERR_ICAP_FAILURE	2020-06-09 19:07:33.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_ICAP_FAILURE	2020-08-23 05:47:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_INVALID_REQ squid-5.0.4/errors/sr-latn/ERR_INVALID_REQ
--- squid-5.0.3/errors/sr-latn/ERR_INVALID_REQ	2020-06-09 19:07:34.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_INVALID_REQ	2020-08-23 05:47:59.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_INVALID_RESP squid-5.0.4/errors/sr-latn/ERR_INVALID_RESP
--- squid-5.0.3/errors/sr-latn/ERR_INVALID_RESP	2020-06-09 19:07:34.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_INVALID_RESP	2020-08-23 05:48:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_INVALID_URL squid-5.0.4/errors/sr-latn/ERR_INVALID_URL
--- squid-5.0.3/errors/sr-latn/ERR_INVALID_URL	2020-06-09 19:07:34.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_INVALID_URL	2020-08-23 05:48:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_LIFETIME_EXP squid-5.0.4/errors/sr-latn/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/sr-latn/ERR_LIFETIME_EXP	2020-06-09 19:07:34.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_LIFETIME_EXP	2020-08-23 05:48:00.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_NO_RELAY squid-5.0.4/errors/sr-latn/ERR_NO_RELAY
--- squid-5.0.3/errors/sr-latn/ERR_NO_RELAY	2020-06-09 19:07:35.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_NO_RELAY	2020-08-23 05:48:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:07:35.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:48:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_PRECONDITION_FAILED squid-5.0.4/errors/sr-latn/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/sr-latn/ERR_PRECONDITION_FAILED	2020-06-09 19:07:35.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_PRECONDITION_FAILED	2020-08-23 05:48:01.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/sr-latn/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/sr-latn/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:07:36.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:48:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_READ_ERROR squid-5.0.4/errors/sr-latn/ERR_READ_ERROR
--- squid-5.0.3/errors/sr-latn/ERR_READ_ERROR	2020-06-09 19:07:36.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_READ_ERROR	2020-08-23 05:48:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_READ_TIMEOUT squid-5.0.4/errors/sr-latn/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/sr-latn/ERR_READ_TIMEOUT	2020-06-09 19:07:37.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_READ_TIMEOUT	2020-08-23 05:48:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/sr-latn/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/sr-latn/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:07:37.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:48:02.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_SHUTTING_DOWN squid-5.0.4/errors/sr-latn/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/sr-latn/ERR_SHUTTING_DOWN	2020-06-09 19:07:37.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_SHUTTING_DOWN	2020-08-23 05:48:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_SOCKET_FAILURE squid-5.0.4/errors/sr-latn/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/sr-latn/ERR_SOCKET_FAILURE	2020-06-09 19:07:37.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_SOCKET_FAILURE	2020-08-23 05:48:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_TOO_BIG squid-5.0.4/errors/sr-latn/ERR_TOO_BIG
--- squid-5.0.3/errors/sr-latn/ERR_TOO_BIG	2020-06-09 19:07:38.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_TOO_BIG	2020-08-23 05:48:03.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/sr-latn/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2020-06-09 19:07:38.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_UNSUP_HTTPVERSION	2020-08-23 05:48:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_UNSUP_REQ squid-5.0.4/errors/sr-latn/ERR_UNSUP_REQ
--- squid-5.0.3/errors/sr-latn/ERR_UNSUP_REQ	2020-06-09 19:07:38.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_UNSUP_REQ	2020-08-23 05:48:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_URN_RESOLVE squid-5.0.4/errors/sr-latn/ERR_URN_RESOLVE
--- squid-5.0.3/errors/sr-latn/ERR_URN_RESOLVE	2020-06-09 19:07:38.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_URN_RESOLVE	2020-08-23 05:48:04.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_WRITE_ERROR squid-5.0.4/errors/sr-latn/ERR_WRITE_ERROR
--- squid-5.0.3/errors/sr-latn/ERR_WRITE_ERROR	2020-06-09 19:07:39.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_WRITE_ERROR	2020-08-23 05:48:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sr-latn/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/sr-latn/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/sr-latn/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:07:39.000000000 +1200
+++ squid-5.0.4/errors/sr-latn/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:48:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_ACCESS_DENIED squid-5.0.4/errors/sv/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/sv/ERR_ACCESS_DENIED	2020-06-09 19:07:39.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_ACCESS_DENIED	2020-08-23 05:48:05.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:07:40.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:48:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_AGENT_CONFIGURE squid-5.0.4/errors/sv/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/sv/ERR_AGENT_CONFIGURE	2020-06-09 19:07:40.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_AGENT_CONFIGURE	2020-08-23 05:48:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sv/ERR_AGENT_WPAD squid-5.0.4/errors/sv/ERR_AGENT_WPAD
--- squid-5.0.3/errors/sv/ERR_AGENT_WPAD	2020-06-09 19:07:40.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_AGENT_WPAD	2020-08-23 05:48:06.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/sv/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/sv/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/sv/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:07:41.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:48:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:07:41.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:48:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_CANNOT_FORWARD squid-5.0.4/errors/sv/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/sv/ERR_CANNOT_FORWARD	2020-06-09 19:07:42.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_CANNOT_FORWARD	2020-08-23 05:48:07.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_CONFLICT_HOST squid-5.0.4/errors/sv/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/sv/ERR_CONFLICT_HOST	2020-06-09 19:07:42.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_CONFLICT_HOST	2020-08-23 05:48:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_CONNECT_FAIL squid-5.0.4/errors/sv/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/sv/ERR_CONNECT_FAIL	2020-06-09 19:07:42.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_CONNECT_FAIL	2020-08-23 05:48:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_DIR_LISTING squid-5.0.4/errors/sv/ERR_DIR_LISTING
--- squid-5.0.3/errors/sv/ERR_DIR_LISTING	2020-06-09 19:07:43.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_DIR_LISTING	2020-08-23 05:48:08.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_DNS_FAIL squid-5.0.4/errors/sv/ERR_DNS_FAIL
--- squid-5.0.3/errors/sv/ERR_DNS_FAIL	2020-06-09 19:07:43.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_DNS_FAIL	2020-08-23 05:48:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_ESI squid-5.0.4/errors/sv/ERR_ESI
--- squid-5.0.3/errors/sv/ERR_ESI	2020-06-09 19:07:44.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_ESI	2020-08-23 05:48:09.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FORWARDING_DENIED squid-5.0.4/errors/sv/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/sv/ERR_FORWARDING_DENIED	2020-06-09 19:07:44.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FORWARDING_DENIED	2020-08-23 05:48:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_DISABLED squid-5.0.4/errors/sv/ERR_FTP_DISABLED
--- squid-5.0.3/errors/sv/ERR_FTP_DISABLED	2020-06-09 19:07:44.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_DISABLED	2020-08-23 05:48:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_FAILURE squid-5.0.4/errors/sv/ERR_FTP_FAILURE
--- squid-5.0.3/errors/sv/ERR_FTP_FAILURE	2020-06-09 19:07:44.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_FAILURE	2020-08-23 05:48:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_FORBIDDEN squid-5.0.4/errors/sv/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/sv/ERR_FTP_FORBIDDEN	2020-06-09 19:07:45.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_FORBIDDEN	2020-08-23 05:48:10.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_NOT_FOUND squid-5.0.4/errors/sv/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/sv/ERR_FTP_NOT_FOUND	2020-06-09 19:07:45.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_NOT_FOUND	2020-08-23 05:48:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_PUT_CREATED squid-5.0.4/errors/sv/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/sv/ERR_FTP_PUT_CREATED	2020-06-09 19:07:45.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_PUT_CREATED	2020-08-23 05:48:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_PUT_ERROR squid-5.0.4/errors/sv/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/sv/ERR_FTP_PUT_ERROR	2020-06-09 19:07:46.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_PUT_ERROR	2020-08-23 05:48:11.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/sv/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/sv/ERR_FTP_PUT_MODIFIED	2020-06-09 19:07:46.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_PUT_MODIFIED	2020-08-23 05:48:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/sv/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/sv/ERR_FTP_UNAVAILABLE	2020-06-09 19:07:47.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_FTP_UNAVAILABLE	2020-08-23 05:48:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_GATEWAY_FAILURE squid-5.0.4/errors/sv/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/sv/ERR_GATEWAY_FAILURE	2020-06-09 19:07:47.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_GATEWAY_FAILURE	2020-08-23 05:48:12.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_ICAP_FAILURE squid-5.0.4/errors/sv/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/sv/ERR_ICAP_FAILURE	2020-06-09 19:07:47.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_ICAP_FAILURE	2020-08-23 05:48:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_INVALID_REQ squid-5.0.4/errors/sv/ERR_INVALID_REQ
--- squid-5.0.3/errors/sv/ERR_INVALID_REQ	2020-06-09 19:07:48.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_INVALID_REQ	2020-08-23 05:48:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_INVALID_RESP squid-5.0.4/errors/sv/ERR_INVALID_RESP
--- squid-5.0.3/errors/sv/ERR_INVALID_RESP	2020-06-09 19:07:48.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_INVALID_RESP	2020-08-23 05:48:13.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_INVALID_URL squid-5.0.4/errors/sv/ERR_INVALID_URL
--- squid-5.0.3/errors/sv/ERR_INVALID_URL	2020-06-09 19:07:48.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_INVALID_URL	2020-08-23 05:48:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_LIFETIME_EXP squid-5.0.4/errors/sv/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/sv/ERR_LIFETIME_EXP	2020-06-09 19:07:48.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_LIFETIME_EXP	2020-08-23 05:48:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_NO_RELAY squid-5.0.4/errors/sv/ERR_NO_RELAY
--- squid-5.0.3/errors/sv/ERR_NO_RELAY	2020-06-09 19:07:49.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_NO_RELAY	2020-08-23 05:48:14.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/sv/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/sv/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:07:49.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:48:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_PRECONDITION_FAILED squid-5.0.4/errors/sv/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/sv/ERR_PRECONDITION_FAILED	2020-06-09 19:07:49.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_PRECONDITION_FAILED	2020-08-23 05:48:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/sv/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/sv/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:07:49.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:48:15.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_READ_ERROR squid-5.0.4/errors/sv/ERR_READ_ERROR
--- squid-5.0.3/errors/sv/ERR_READ_ERROR	2020-06-09 19:07:50.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_READ_ERROR	2020-08-23 05:48:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_READ_TIMEOUT squid-5.0.4/errors/sv/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/sv/ERR_READ_TIMEOUT	2020-06-09 19:07:50.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_READ_TIMEOUT	2020-08-23 05:48:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/sv/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/sv/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:07:51.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:48:16.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_SHUTTING_DOWN squid-5.0.4/errors/sv/ERR_SHUTTING_DOWN
--- squid-5.0.3/errors/sv/ERR_SHUTTING_DOWN	2020-06-09 19:07:51.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_SHUTTING_DOWN	2020-08-23 05:48:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_SOCKET_FAILURE squid-5.0.4/errors/sv/ERR_SOCKET_FAILURE
--- squid-5.0.3/errors/sv/ERR_SOCKET_FAILURE	2020-06-09 19:07:51.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_SOCKET_FAILURE	2020-08-23 05:48:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_TOO_BIG squid-5.0.4/errors/sv/ERR_TOO_BIG
--- squid-5.0.3/errors/sv/ERR_TOO_BIG	2020-06-09 19:07:52.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_TOO_BIG	2020-08-23 05:48:17.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_UNSUP_HTTPVERSION squid-5.0.4/errors/sv/ERR_UNSUP_HTTPVERSION
--- squid-5.0.3/errors/sv/ERR_UNSUP_HTTPVERSION	2020-06-09 19:07:52.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_UNSUP_HTTPVERSION	2020-08-23 05:48:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_UNSUP_REQ squid-5.0.4/errors/sv/ERR_UNSUP_REQ
--- squid-5.0.3/errors/sv/ERR_UNSUP_REQ	2020-06-09 19:07:52.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_UNSUP_REQ	2020-08-23 05:48:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_URN_RESOLVE squid-5.0.4/errors/sv/ERR_URN_RESOLVE
--- squid-5.0.3/errors/sv/ERR_URN_RESOLVE	2020-06-09 19:07:52.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_URN_RESOLVE	2020-08-23 05:48:18.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_WRITE_ERROR squid-5.0.4/errors/sv/ERR_WRITE_ERROR
--- squid-5.0.3/errors/sv/ERR_WRITE_ERROR	2020-06-09 19:07:53.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_WRITE_ERROR	2020-08-23 05:48:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/sv/ERR_ZERO_SIZE_OBJECT squid-5.0.4/errors/sv/ERR_ZERO_SIZE_OBJECT
--- squid-5.0.3/errors/sv/ERR_ZERO_SIZE_OBJECT	2020-06-09 19:07:53.000000000 +1200
+++ squid-5.0.4/errors/sv/ERR_ZERO_SIZE_OBJECT	2020-08-23 05:48:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/template.am squid-5.0.4/errors/template.am
--- squid-5.0.3/errors/template.am	1970-01-01 12:00:00.000000000 +1200
+++ squid-5.0.4/errors/template.am	2020-08-23 05:40:17.000000000 +1200
@@ -0,0 +1,51 @@
+##
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+ERROR_TEMPLATES = \
+    templates/ERR_ACCESS_DENIED \
+    templates/ERR_ACL_TIME_QUOTA_EXCEEDED \
+    templates/ERR_AGENT_CONFIGURE \
+    templates/ERR_AGENT_WPAD \
+    templates/ERR_CACHE_ACCESS_DENIED \
+    templates/ERR_CACHE_MGR_ACCESS_DENIED \
+    templates/ERR_CANNOT_FORWARD \
+    templates/ERR_CONFLICT_HOST \
+    templates/ERR_CONNECT_FAIL \
+    templates/ERR_DIR_LISTING \
+    templates/ERR_DNS_FAIL \
+    templates/ERR_ESI \
+    templates/ERR_FORWARDING_DENIED \
+    templates/ERR_FTP_DISABLED \
+    templates/ERR_FTP_FAILURE \
+    templates/ERR_FTP_FORBIDDEN \
+    templates/ERR_FTP_NOT_FOUND \
+    templates/ERR_FTP_PUT_CREATED \
+    templates/ERR_FTP_PUT_ERROR \
+    templates/ERR_FTP_PUT_MODIFIED \
+    templates/ERR_FTP_UNAVAILABLE \
+    templates/ERR_GATEWAY_FAILURE \
+    templates/ERR_ICAP_FAILURE \
+    templates/ERR_INVALID_REQ \
+    templates/ERR_INVALID_RESP \
+    templates/ERR_INVALID_URL \
+    templates/ERR_LIFETIME_EXP \
+    templates/ERR_NO_RELAY \
+    templates/ERR_ONLY_IF_CACHED_MISS \
+    templates/ERR_PRECONDITION_FAILED \
+    templates/ERR_PROTOCOL_UNKNOWN \
+    templates/ERR_READ_ERROR \
+    templates/ERR_READ_TIMEOUT \
+    templates/ERR_SECURE_CONNECT_FAIL \
+    templates/ERR_SHUTTING_DOWN \
+    templates/ERR_SOCKET_FAILURE \
+    templates/ERR_TOO_BIG \
+    templates/ERR_UNSUP_HTTPVERSION \
+    templates/ERR_UNSUP_REQ \
+    templates/ERR_URN_RESOLVE \
+    templates/ERR_WRITE_ERROR \
+    templates/ERR_ZERO_SIZE_OBJECT
diff -u -r -N squid-5.0.3/errors/template.list squid-5.0.4/errors/template.list
--- squid-5.0.3/errors/template.list	2020-06-08 03:33:42.000000000 +1200
+++ squid-5.0.4/errors/template.list	1970-01-01 12:00:00.000000000 +1200
@@ -1,51 +0,0 @@
-##
-## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-ERROR_TEMPLATES= \
-    templates/ERR_ACCESS_DENIED \
-    templates/ERR_ACL_TIME_QUOTA_EXCEEDED \
-    templates/ERR_AGENT_CONFIGURE \
-    templates/ERR_AGENT_WPAD \
-    templates/ERR_CACHE_ACCESS_DENIED \
-    templates/ERR_CACHE_MGR_ACCESS_DENIED \
-    templates/ERR_CANNOT_FORWARD \
-    templates/ERR_CONFLICT_HOST \
-    templates/ERR_CONNECT_FAIL \
-    templates/ERR_DIR_LISTING \
-    templates/ERR_DNS_FAIL \
-    templates/ERR_ESI \
-    templates/ERR_FORWARDING_DENIED \
-    templates/ERR_FTP_DISABLED \
-    templates/ERR_FTP_FAILURE \
-    templates/ERR_FTP_FORBIDDEN \
-    templates/ERR_FTP_NOT_FOUND \
-    templates/ERR_FTP_PUT_CREATED \
-    templates/ERR_FTP_PUT_ERROR \
-    templates/ERR_FTP_PUT_MODIFIED \
-    templates/ERR_FTP_UNAVAILABLE \
-    templates/ERR_GATEWAY_FAILURE \
-    templates/ERR_ICAP_FAILURE \
-    templates/ERR_INVALID_REQ \
-    templates/ERR_INVALID_RESP \
-    templates/ERR_INVALID_URL \
-    templates/ERR_LIFETIME_EXP \
-    templates/ERR_NO_RELAY \
-    templates/ERR_ONLY_IF_CACHED_MISS \
-    templates/ERR_PRECONDITION_FAILED \
-    templates/ERR_PROTOCOL_UNKNOWN \
-    templates/ERR_READ_ERROR \
-    templates/ERR_READ_TIMEOUT \
-    templates/ERR_SECURE_CONNECT_FAIL \
-    templates/ERR_SHUTTING_DOWN \
-    templates/ERR_SOCKET_FAILURE \
-    templates/ERR_TOO_BIG \
-    templates/ERR_UNSUP_HTTPVERSION \
-    templates/ERR_UNSUP_REQ \
-    templates/ERR_URN_RESOLVE \
-    templates/ERR_WRITE_ERROR \
-    templates/ERR_ZERO_SIZE_OBJECT 
diff -u -r -N squid-5.0.3/errors/th/ERR_ACCESS_DENIED squid-5.0.4/errors/th/ERR_ACCESS_DENIED
--- squid-5.0.3/errors/th/ERR_ACCESS_DENIED	2020-06-09 19:07:53.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_ACCESS_DENIED	2020-08-23 05:48:19.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED squid-5.0.4/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED
--- squid-5.0.3/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-06-09 19:07:54.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED	2020-08-23 05:48:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_AGENT_CONFIGURE squid-5.0.4/errors/th/ERR_AGENT_CONFIGURE
--- squid-5.0.3/errors/th/ERR_AGENT_CONFIGURE	2020-06-09 19:07:54.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_AGENT_CONFIGURE	2020-08-23 05:48:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>In the HTTP proxy box type the proxy name %h and port %b.</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/th/ERR_AGENT_WPAD squid-5.0.4/errors/th/ERR_AGENT_WPAD
--- squid-5.0.3/errors/th/ERR_AGENT_WPAD	2020-06-09 19:07:54.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_AGENT_WPAD	2020-08-23 05:48:20.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -17,26 +17,33 @@
 </div>
 <hr>
 
-<div id="content"> <blockquote id="error">
+<div id="content">
+<blockquote id="error">
 <p>Your Web Browser configuration needs to be corrected to use this network.</p>
 </blockquote>
 
 <p>How to find these settings in your browser:</p>
 
-<div id="firefox"> For Firefox browsers go to: <ul>
-<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
+<div id="firefox">
+For Firefox browsers go to:
+<ul>
+<li>Tools -&gt; Options -&gt; Advanced -&gt; Network -&gt; Connection Settings</li>
 <li>Select Auto-detect proxy settings for this network</li>
 </ul>
 </div>
 
-<div id="microsoft"> For Internet Explorer browsers go to: <ul>
-<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
+<div id="microsoft">
+For Internet Explorer browsers go to:
+<ul>
+<li>Tools -&gt; Internet Options -&gt; Connection -&gt; LAN Settings -&gt;Proxy</li>
 <li>Select Automatically detect settings</li>
 </ul>
 </div>
 
-<div id="opera"> For Opera browsers go to: <ul>
-<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
+<div id="opera">
+For Opera browsers go to:
+<ul>
+<li>Tools -&gt; Preferences -&gt; Advanced -&gt; Network -&gt; Proxy Servers</li>
 <li>Select Use Automatic proxy configuration</li>
 </ul>
 </div>
diff -u -r -N squid-5.0.3/errors/th/ERR_CACHE_ACCESS_DENIED squid-5.0.4/errors/th/ERR_CACHE_ACCESS_DENIED
--- squid-5.0.3/errors/th/ERR_CACHE_ACCESS_DENIED	2020-06-09 19:07:54.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_CACHE_ACCESS_DENIED	2020-08-23 05:48:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_CACHE_MGR_ACCESS_DENIED squid-5.0.4/errors/th/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-5.0.3/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2020-06-09 19:07:55.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_CACHE_MGR_ACCESS_DENIED	2020-08-23 05:48:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_CANNOT_FORWARD squid-5.0.4/errors/th/ERR_CANNOT_FORWARD
--- squid-5.0.3/errors/th/ERR_CANNOT_FORWARD	2020-06-09 19:07:55.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_CANNOT_FORWARD	2020-08-23 05:48:21.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_CONFLICT_HOST squid-5.0.4/errors/th/ERR_CONFLICT_HOST
--- squid-5.0.3/errors/th/ERR_CONFLICT_HOST	2020-06-09 19:07:55.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_CONFLICT_HOST	2020-08-23 05:48:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_CONNECT_FAIL squid-5.0.4/errors/th/ERR_CONNECT_FAIL
--- squid-5.0.3/errors/th/ERR_CONNECT_FAIL	2020-06-09 19:07:55.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_CONNECT_FAIL	2020-08-23 05:48:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_DIR_LISTING squid-5.0.4/errors/th/ERR_DIR_LISTING
--- squid-5.0.3/errors/th/ERR_DIR_LISTING	2020-06-09 19:07:56.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_DIR_LISTING	2020-08-23 05:48:22.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_DNS_FAIL squid-5.0.4/errors/th/ERR_DNS_FAIL
--- squid-5.0.3/errors/th/ERR_DNS_FAIL	2020-06-09 19:07:56.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_DNS_FAIL	2020-08-23 05:48:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_ESI squid-5.0.4/errors/th/ERR_ESI
--- squid-5.0.3/errors/th/ERR_ESI	2020-06-09 19:07:56.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_ESI	2020-08-23 05:48:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FORWARDING_DENIED squid-5.0.4/errors/th/ERR_FORWARDING_DENIED
--- squid-5.0.3/errors/th/ERR_FORWARDING_DENIED	2020-06-09 19:07:57.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FORWARDING_DENIED	2020-08-23 05:48:23.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_DISABLED squid-5.0.4/errors/th/ERR_FTP_DISABLED
--- squid-5.0.3/errors/th/ERR_FTP_DISABLED	2020-06-09 19:07:57.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_DISABLED	2020-08-23 05:48:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_FAILURE squid-5.0.4/errors/th/ERR_FTP_FAILURE
--- squid-5.0.3/errors/th/ERR_FTP_FAILURE	2020-06-09 19:07:58.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_FAILURE	2020-08-23 05:48:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_FORBIDDEN squid-5.0.4/errors/th/ERR_FTP_FORBIDDEN
--- squid-5.0.3/errors/th/ERR_FTP_FORBIDDEN	2020-06-09 19:07:58.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_FORBIDDEN	2020-08-23 05:48:24.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_NOT_FOUND squid-5.0.4/errors/th/ERR_FTP_NOT_FOUND
--- squid-5.0.3/errors/th/ERR_FTP_NOT_FOUND	2020-06-09 19:07:58.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_NOT_FOUND	2020-08-23 05:48:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_PUT_CREATED squid-5.0.4/errors/th/ERR_FTP_PUT_CREATED
--- squid-5.0.3/errors/th/ERR_FTP_PUT_CREATED	2020-06-09 19:07:58.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_PUT_CREATED	2020-08-23 05:48:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_PUT_ERROR squid-5.0.4/errors/th/ERR_FTP_PUT_ERROR
--- squid-5.0.3/errors/th/ERR_FTP_PUT_ERROR	2020-06-09 19:07:59.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_PUT_ERROR	2020-08-23 05:48:25.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_PUT_MODIFIED squid-5.0.4/errors/th/ERR_FTP_PUT_MODIFIED
--- squid-5.0.3/errors/th/ERR_FTP_PUT_MODIFIED	2020-06-09 19:07:59.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_PUT_MODIFIED	2020-08-23 05:48:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_FTP_UNAVAILABLE squid-5.0.4/errors/th/ERR_FTP_UNAVAILABLE
--- squid-5.0.3/errors/th/ERR_FTP_UNAVAILABLE	2020-06-09 19:07:59.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_FTP_UNAVAILABLE	2020-08-23 05:48:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_GATEWAY_FAILURE squid-5.0.4/errors/th/ERR_GATEWAY_FAILURE
--- squid-5.0.3/errors/th/ERR_GATEWAY_FAILURE	2020-06-09 19:08:00.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_GATEWAY_FAILURE	2020-08-23 05:48:26.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_ICAP_FAILURE squid-5.0.4/errors/th/ERR_ICAP_FAILURE
--- squid-5.0.3/errors/th/ERR_ICAP_FAILURE	2020-06-09 19:08:00.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_ICAP_FAILURE	2020-08-23 05:48:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_INVALID_REQ squid-5.0.4/errors/th/ERR_INVALID_REQ
--- squid-5.0.3/errors/th/ERR_INVALID_REQ	2020-06-09 19:08:00.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_INVALID_REQ	2020-08-23 05:48:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_INVALID_RESP squid-5.0.4/errors/th/ERR_INVALID_RESP
--- squid-5.0.3/errors/th/ERR_INVALID_RESP	2020-06-09 19:08:00.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_INVALID_RESP	2020-08-23 05:48:27.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_INVALID_URL squid-5.0.4/errors/th/ERR_INVALID_URL
--- squid-5.0.3/errors/th/ERR_INVALID_URL	2020-06-09 19:08:01.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_INVALID_URL	2020-08-23 05:48:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_LIFETIME_EXP squid-5.0.4/errors/th/ERR_LIFETIME_EXP
--- squid-5.0.3/errors/th/ERR_LIFETIME_EXP	2020-06-09 19:08:01.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_LIFETIME_EXP	2020-08-23 05:48:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_NO_RELAY squid-5.0.4/errors/th/ERR_NO_RELAY
--- squid-5.0.3/errors/th/ERR_NO_RELAY	2020-06-09 19:08:01.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_NO_RELAY	2020-08-23 05:48:28.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_ONLY_IF_CACHED_MISS squid-5.0.4/errors/th/ERR_ONLY_IF_CACHED_MISS
--- squid-5.0.3/errors/th/ERR_ONLY_IF_CACHED_MISS	2020-06-09 19:08:01.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_ONLY_IF_CACHED_MISS	2020-08-23 05:48:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_PRECONDITION_FAILED squid-5.0.4/errors/th/ERR_PRECONDITION_FAILED
--- squid-5.0.3/errors/th/ERR_PRECONDITION_FAILED	2020-06-09 19:08:02.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_PRECONDITION_FAILED	2020-08-23 05:48:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_PROTOCOL_UNKNOWN squid-5.0.4/errors/th/ERR_PROTOCOL_UNKNOWN
--- squid-5.0.3/errors/th/ERR_PROTOCOL_UNKNOWN	2020-06-09 19:08:02.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_PROTOCOL_UNKNOWN	2020-08-23 05:48:29.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_READ_ERROR squid-5.0.4/errors/th/ERR_READ_ERROR
--- squid-5.0.3/errors/th/ERR_READ_ERROR	2020-06-09 19:08:03.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_READ_ERROR	2020-08-23 05:48:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_READ_TIMEOUT squid-5.0.4/errors/th/ERR_READ_TIMEOUT
--- squid-5.0.3/errors/th/ERR_READ_TIMEOUT	2020-06-09 19:08:03.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_READ_TIMEOUT	2020-08-23 05:48:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff -u -r -N squid-5.0.3/errors/th/ERR_SECURE_CONNECT_FAIL squid-5.0.4/errors/th/ERR_SECURE_CONNECT_FAIL
--- squid-5.0.3/errors/th/ERR_SECURE_CONNECT_FAIL	2020-06-09 19:08:03.000000000 +1200
+++ squid-5.0.4/errors/th/ERR_SECURE_CONNECT_FAIL	2020-08-23 05:48:30.000000000 +1200
@@ -1,4 +1,4 @@
-
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
 <meta type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
 <meta http-equiv="Content-Type" content="text/html; charset=utf