[diffoscope] 01/03: Specify <html lang="en"> in HTML output. (re. #849411)
Chris Lamb
chris at chris-lamb.co.uk
Thu Feb 9 00:54:25 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 097dee5de7597d1180f3247130f51b6722c56280
Author: Chris Lamb <lamby at debian.org>
Date: Thu Feb 9 12:46:44 2017 +1300
Specify <html lang="en"> in HTML output. (re. #849411)
---
diffoscope/presenters/html/templates.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/presenters/html/templates.py b/diffoscope/presenters/html/templates.py
index a73ccd5..10a2c84 100644
--- a/diffoscope/presenters/html/templates.py
+++ b/diffoscope/presenters/html/templates.py
@@ -18,7 +18,7 @@
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
HEADER = """<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=edge">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list