Projet

Général

Profil

0001-template-mark-header-as-being-for-breadcrumbs-12888.patch

patch sur wcs - Frédéric Péters, 21 août 2016 14:02

Télécharger (749 octets)

Voir les différences:

Subject: [PATCH] template: mark header as being for breadcrumbs (#12888)

 wcs/qommon/template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/template.py
188 188
  <div id="main">
189 189
  <div id="header">
190 190
    [if-any breadcrumb]
191
    <h1>[breadcrumb]</h1>
191
    <h1 class="breadcrumbs">[breadcrumb]</h1>
192 192
    [end]
193 193
  </div>
194 194
  <div id="main-content">
195
-