mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:08:54 +02:00
Code minor adjustments.
Code minor adjustments to be compliant with the coding convention.
This commit is contained in:
parent
f3096ae74d
commit
124b3fe6a2
1 changed files with 46 additions and 50 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue