Skip to content
Snippets Groups Projects
Commit 1412d8a4 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

more consistency in self-closing tags

parent 2c707afc
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta charset="utf-8"> <meta charset="utf-8"/>
<link rel="icon" type="image/png" href="images/favicon.png" /> <link rel="icon" type="image/png" href="images/favicon.png"/>
<link rel="stylesheet" type="text/css" href="foundation/css/foundation.min.css"> <link rel="stylesheet" type="text/css" href="foundation/css/foundation.min.css"/>
<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui.min.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css"/>
<script type="text/javascript" src="jquery-3.3.1.min.js"></script> <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.12.1/jquery-ui.min.js"></script> <script type="text/javascript" src="jquery-ui-1.12.1/jquery-ui.min.js"></script>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<form action="[% env.SCRIPT_NAME %]" method="get"> <form action="[% env.SCRIPT_NAME %]" method="get">
<label for="entityid">[% lh.maketext("Type the name or entityID of service to test:") %]</label> <label for="entityid">[% lh.maketext("Type the name or entityID of service to test:") %]</label>
<br> <br/>
<select id="entityid" name="entityid" class="required"> <select id="entityid" name="entityid" class="required">
<option value=""></option> <option value=""></option>
[% FOREACH entity IN metadata.sort('display_name') %] [% FOREACH entity IN metadata.sort('display_name') %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment