Skip to content
Snippets Groups Projects
Commit a8e546c5 authored by gregor herrmann's avatar gregor herrmann
Browse files

Add patch to update HTML template

to avoid tidy errors in the tests.

Closes: #829064
parent bbe475aa
No related branches found
No related tags found
No related merge requests found
Description: replace <link rev="made"> with <link rel="author">
The former is HTML3.2, obsolete since 4, 5 add adds rel="author".
rev="made" throws a tidy error in the tests.
Origin: vendor
Bug-Debian: https://bugs.debian.org/829064
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-06-30
--- a/tmpl/html_head.tmpl
+++ b/tmpl/html_head.tmpl
@@ -2,7 +2,7 @@
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US"><head><title>Debian Changelog <TMPL_VAR NAME="SOURCE_NEWEST"> (<TMPL_VAR NAME="VERSION_NEWEST">)</title>
-<link rev="made" href="mailto:<TMPL_VAR ESCAPE="URL" NAME="MAINTAINER_NEWEST">">
+<link rel="author" href="mailto:<TMPL_VAR ESCAPE="URL" NAME="MAINTAINER_NEWEST">">
<meta name="keywords" content="Debian Changelog <TMPL_VAR NAME="SOURCE_NEWEST"> <TMPL_VAR NAME="VERSION_NEWEST">">
<meta name="generator" content="<TMPL_VAR NAME="MODULE_NAME"> (<TMPL_VAR NAME="MODULE_VERSION">)">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
...@@ -4,3 +4,4 @@ Fix-test-failures-due-to-changed-Changes-field.patch ...@@ -4,3 +4,4 @@ Fix-test-failures-due-to-changed-Changes-field.patch
P-DC-Support-open-handles-as-input.patch P-DC-Support-open-handles-as-input.patch
Build.PL-when-a-PO_BUILD_DATE-environment-variable-i.patch Build.PL-when-a-PO_BUILD_DATE-environment-variable-i.patch
Remove-support-for-broken-timezone.patch Remove-support-for-broken-timezone.patch
html-rev_made-rel_author.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment