Code minor adjustments.

Code minor adjustments to be compliant with the coding convention.
This commit is contained in:
Alezia Kurdis 2020-03-02 23:10:33 -05:00 committed by GitHub
parent f3096ae74d
commit 124b3fe6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
-->
<html>
<head>
<head>
<title>Properties</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../html/css/edit-style.css">
@ -35,10 +34,8 @@
<script type="text/javascript" src="js/createAppTooltip.js"></script>
<script type="text/javascript" src="js/draggableNumber.js"></script>
<script type="text/javascript" src="js/entityProperties.js"></script>
</head>
<body onload='loaded();'>
</head>
<body onload='loaded();'>
<div id="properties-list">
<div class='property container'>
<label id='placeholder-property-type'></label>
@ -66,6 +63,5 @@
</tr>
</table>
</div>
</body>
</body>
</html>