Commit 458d2d4b1337fcaa6f37ed251a0bc987fab4d97e

Authored by William Daniau
1 parent fbb8c93dc4
Exists in master

Ajout de 2 anchor manquant dans Default

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

templates/html/Default.html
... ... @@ -187,6 +187,7 @@
187 187  
188 188 <div class='page-footer'>
189 189 <!--[% FOR link IN page.backlinks %]-->
  190 + <a name="backlinks"></a>
190 191 [% IF loop.first %]<b class="bold-footer">[% gettext("Backlinks:") %]</b>[% END %]
191 192  
192 193 <a href='[% uri(link) %]'>[% link.name %]</a>
... ... @@ -196,6 +197,7 @@
196 197  
197 198 <!--[% FOR file IN page.attachments %]-->
198 199 [% IF loop.first %]
  200 + <a name="attach"></a>
199 201 <b class="bold-footer">[% gettext("Attachments:") %]</b>
200 202 <table>
201 203 [% END %]