From d229c257210a45e4700489a44f78b9312cf6c4fe Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 23 Feb 2014 12:21:52 -0500 Subject: [PATCH] Fixed: FS#2954 - Add minimum ttl values in all dns sub records --- interface/index.htm | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/index.htm b/interface/index.htm index 39606db..9e38208 100644 --- a/interface/index.htm +++ b/interface/index.htm @@ -1,8 +1,8 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="refresh" content="0;URL=web/index.php"> -</head> -<body> -</body> -</html> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="refresh" content="0;URL=web/index.php"> +</head> +<body> +</body> +</html> -- Gitblit v1.9.1