Używaj liter o poprawnej wielkości w przypadku nazw atrybutów znaczników

Ta reguła wykrywa nazwy atrybutów znaczników o niepoprawnej wielkości liter. Automatyczna poprawka poprawi ten przypadek.

Przykład
< html:img src = < span class= "attValue">"/images/title.png" < /span>
  < strong> imagename < /strong> = < span class= "attValue">" Obraz tytułowy " < /span>
  width= < span class= "attValue">"240px" < /span>
  height= < span class= "attValue">"150px" < /span> < span class="tag"> /> < /span>
Rozwiązanie
 < html:img src = < span class= "attValue">"/images/title.png" < /span>
			< strong>imageName< /strong> = < span class= "attValue">" Title Image "< /span> width = < span class="attValue"> "240px" < /span>
			height= < span class= "attValue">"150px" < /span> < span class="tag"> /> < /span>