diff options
Diffstat (limited to 'tests/ITS-2.0-Testsuite/inputdata/idvalue/html/idvalue1html.html')
-rw-r--r-- | tests/ITS-2.0-Testsuite/inputdata/idvalue/html/idvalue1html.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/ITS-2.0-Testsuite/inputdata/idvalue/html/idvalue1html.html b/tests/ITS-2.0-Testsuite/inputdata/idvalue/html/idvalue1html.html index be1d88e..b345f20 100644 --- a/tests/ITS-2.0-Testsuite/inputdata/idvalue/html/idvalue1html.html +++ b/tests/ITS-2.0-Testsuite/inputdata/idvalue/html/idvalue1html.html @@ -1,16 +1,16 @@ -<!DOCTYPE html>
-<html>
- <head>
- <meta charset=utf-8>
- <title>Id Value</title>
- <link href="idvalue1htmlrules.xml" rel="its-rules"/>
-</head>
-<body>
- <p id="settingsMissing">
- <b id="text">Can't find settings file.</b>
- <var id="desc">The module cannot find the default settings file.
- You need to re-initialize the system.</var>
- </p>
-</body>
-</html>
-
+<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Id Value</title> + <link href="idvalue1htmlrules.xml" rel="its-rules"/> +</head> +<body> + <p id="settingsMissing"> + <b id="text">Can't find settings file.</b> + <var id="desc">The module cannot find the default settings file. + You need to re-initialize the system.</var> + </p> +</body> +</html> + |