use correct language tag

This commit is contained in:
2018-01-05 13:21:11 +01:00
parent 504586a033
commit 69c1411c98

View File

@@ -157,7 +157,7 @@ function show_dnsrecords($hostname) {
// PRINT HEADER // PRINT HEADER
function print_header() { function print_header() {
print '<!DOCTYPE html> print '<!DOCTYPE html>
<html lang="en_US"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>IP and DNS information</title> <title>IP and DNS information</title>