Remove unnecessary type attribute in web page
This commit is contained in:
parent
fd8350e2bc
commit
dc0976a416
|
@ -179,7 +179,7 @@ class BServer:
|
|||
return row % input
|
||||
|
||||
scripts = """
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
function showHide(id) {
|
||||
var e = document.getElementById(id);
|
||||
var h = document.getElementById("h-" + id);
|
||||
|
|
Loading…
Reference in New Issue