Ignore:
Timestamp:
04/15/13 14:40:30 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Added basic HTML linting.

Added htmllint as grunt task.
Moved jshint and htrmllint options to separate rc files.

Location:
Dev/trunk/client/qed/pages/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/pages/templates/survey.html

    r419 r431  
    3434                Preview</button>
    3535        </div>
     36    </div>
    3637
    3738    <div data-dojo-type="dijit/Dialog"
  • Dev/trunk/client/qed/pages/templates/surveyRun.html

    r421 r431  
    1616        <fieldset class="qedFieldset">
    1717            <div><div class="qedLabel">General URL</div><div class="qedField" data-dojo-attach-point="runURLNode" style="overflow: ellipsis"></div></div>
    18             <div><div class="qedLabel">Responses <span data-dojo-attach-point="responsesCountNode"></span></div><div class="qedField qedFill" data-dojo-attach-point="responsesNode"></div>
     18            <div><div class="qedLabel">Responses <span data-dojo-attach-point="responsesCountNode"></span></div><div class="qedField qedFill" data-dojo-attach-point="responsesNode"></div></div>
    1919        </fieldset>
    2020    </div>
Note: See TracChangeset for help on using the changeset viewer.