forked from neri/datatrash
remove wrong lang=javascript attributes from script tags
This commit is contained in:
parent
eddbeec7ef
commit
d822ae27ae
|
@ -6,4 +6,4 @@
|
||||||
<br />
|
<br />
|
||||||
<input id="password" name="password" type="password" />
|
<input id="password" name="password" type="password" />
|
||||||
</div>
|
</div>
|
||||||
<script src="/static/auth-hide.js" lang="javascript"></script>
|
<script src="/static/auth-hide.js"></script>
|
||||||
|
|
|
@ -68,6 +68,6 @@ authentifizieren
|
||||||
repo
|
repo
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/static/paste.js" lang="javascript"></script>
|
<script src="/static/paste.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -26,6 +26,6 @@
|
||||||
repo
|
repo
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/static/copy.js" lang="javascript"></script>
|
<script src="/static/copy.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -28,6 +28,6 @@
|
||||||
repo
|
repo
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/static/copy.js" lang="javascript"></script>
|
<script src="/static/copy.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -24,6 +24,6 @@
|
||||||
repo
|
repo
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/static/copy.js" lang="javascript"></script>
|
<script src="/static/copy.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -35,6 +35,6 @@
|
||||||
repo
|
repo
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/static/copy.js" lang="javascript"></script>
|
<script src="/static/copy.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue