Skip to content

Commit a318344

Browse files
committed
fix: html syntax errors
Had some small syntax errors, they didin't break anything but there was some errors in console.
1 parent 354d176 commit a318344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ function startMarkers(){
141141
<select id="playerSelect" class="input-large form-control pull-right" style="width: 65%">
142142
<option></option>
143143
</select>
144+
</a>
144145
</li>
145146
146147
</ul>
@@ -157,7 +158,7 @@ function startMarkers(){
157158
<p style="color: black; text-align: center;">This was originaly created for <a href="https://identityrp.co.uk">IdentityRP</a></p>
158159
</div>
159160
</div>
161+
<script src="js/controls.min.js"></script>
160162
</body>
161163
162-
<script src="js/controls.min.js"></script>
163164
</html>

0 commit comments

Comments
 (0)