Project

General

Profile

« Previous | Next » 

Revision 47661d0d

Added by NOYB NOYB over 9 years ago

HTML Compliance - Wizard / pfSense Taffic Shaper /

Empty heading.
<h1 class="page-header">

The align attribute on the img element is obsolete. Use CSS instead.
<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />

The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />

Bad value FieldValidate(this.value, ^[0-9]+$, ) for attribute onchange on element input: syntax error
<input class="form-control" name="numberofconnections" id="numberofconnections" type="text" value="1" onchange="FieldValidate(this.value, ^[0-9]+$, )">
<input class="form-control" name="numberoflocalinterfaces" id="numberoflocalinterfaces" type="text" value="1" onchange="FieldValidate(this.value, ^[0-9]+$, )">

  • added
  • modified
  • copied
  • renamed
  • deleted