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/model/widgets/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/client/qed/model/widgets/templates/QuestionEditorToolkit.html

    r417 r431  
    99                                        <div data-dojo-attach-point="listNode" class="rftLineListView"></div>
    1010                                        <div data-dojo-attach-point="categoriesBoxNode"></div>
    11                                         <button class="inheritBgColor" data-dojo-type="dijit/form/Button" data-dojo-attach-event="onClick:onCategoryAdd" data-dojo-props="baseClass:'rftBlockButton', iconClass: 'rftIcon rftIconPlus'">Add</button><br>
     11                                        <button class="inheritBgColor" data-dojo-type="dijit/form/Button" data-dojo-attach-event="onClick:onCategoryAdd" data-dojo-props="baseClass:'rftBlockButton', iconClass: 'rftIcon rftIconPlus'">Add</button><br/>
    1212                                        <label>Topic:</label>
    1313                                        <div data-dojo-attach-point="topicBoxNode"></div>
  • Dev/trunk/client/qed/model/widgets/templates/QuestionWidget.html

    r417 r431  
    1313        <fieldset>
    1414            <select data-dojo-type="dijit/form/Select" data-dojo-attach-point="scaleSelector" data-dojo-attach-event="onChange:_onTypeChange" name="scale">
    15                 <option value="string" selected>String</option>
     15                <option value="string" selected="selected">String</option>
    1616                <option value="text">Text</option>
    1717                <option value="singleChoice">Single choice</option>
Note: See TracChangeset for help on using the changeset viewer.