Improve HTML lint.

This commit is contained in:
Alexis Lahouze 2016-02-01 22:42:31 +01:00
parent 3c39056544
commit 1dbc037122
3 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<table class="table table-striped table-condensed table-hover">
<thead>
<tr>
<th class="">Nom du compte</th>
<th>Nom du compte</th>
<th class="col-md-1">Solde courant</th>
<th class="col-md-1">Solde pointé</th>
<th class="col-md-1">Découvert autorisé</th>

View File

@ -66,7 +66,6 @@
<td>
<span editable-text="operation.label"
e-style="width: 100%"
e-placeholder="Libellé de l'opération"
e-class="input-sm" e-style="width: 100%"
e-name="label" e-form="rowform" e-required>

View File

@ -39,7 +39,9 @@
<!-- endbower -->
</head>
<!-- htmllint attr-bans="false" -->
<body style="padding-bottom: 50px; padding-top: 70px">
<!-- htmllint attr-bans="$previous" -->
<!-- Navbar -->
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container-fluid">