mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[Code Samples Inspection] HTML > Accessibility > Missing required 'lang' attribute
This commit is contained in:
parent
df7afcd9a9
commit
56cefc5580
@ -1,4 +1,6 @@
|
||||
<html>
|
||||
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<html lang="en">
|
||||
<body>
|
||||
<b>SDK:</b> This inspection reports when the '==' or '!=' operator was used between expressions of
|
||||
reference types. <br>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
<b>SDK:</b> This intention converts a ternary operator to a corresponding if statement. <br>
|
||||
</body>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
<b>SDK:</b> Write your description here.<br>
|
||||
<!-- tooltip end -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user