Commit 097dee5d authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Specify <html lang="en"> in HTML output. (re. #849411)

parent 56969119
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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">