Improve HTML lint.
This commit is contained in:
parent
3c39056544
commit
1dbc037122
@ -19,7 +19,7 @@
|
|||||||
<table class="table table-striped table-condensed table-hover">
|
<table class="table table-striped table-condensed table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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 courant</th>
|
||||||
<th class="col-md-1">Solde pointé</th>
|
<th class="col-md-1">Solde pointé</th>
|
||||||
<th class="col-md-1">Découvert autorisé</th>
|
<th class="col-md-1">Découvert autorisé</th>
|
||||||
|
@ -66,7 +66,6 @@
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
<span editable-text="operation.label"
|
<span editable-text="operation.label"
|
||||||
e-style="width: 100%"
|
|
||||||
e-placeholder="Libellé de l'opération"
|
e-placeholder="Libellé de l'opération"
|
||||||
e-class="input-sm" e-style="width: 100%"
|
e-class="input-sm" e-style="width: 100%"
|
||||||
e-name="label" e-form="rowform" e-required>
|
e-name="label" e-form="rowform" e-required>
|
||||||
|
@ -39,7 +39,9 @@
|
|||||||
<!-- endbower -->
|
<!-- endbower -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<!-- htmllint attr-bans="false" -->
|
||||||
<body style="padding-bottom: 50px; padding-top: 70px">
|
<body style="padding-bottom: 50px; padding-top: 70px">
|
||||||
|
<!-- htmllint attr-bans="$previous" -->
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav class="navbar navbar-fixed-top navbar-inverse">
|
<nav class="navbar navbar-fixed-top navbar-inverse">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
Loading…
Reference in New Issue
Block a user