remove wrong lang=javascript attributes from script tags

This commit is contained in:
neri 2022-05-09 11:20:17 +02:00
parent eddbeec7ef
commit d822ae27ae
6 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>