Skip to content

Commit 725b3b2

Browse files
committedJan 27, 2025
🩹 — Fix missing chevron in modindex template
1 parent afbc496 commit 725b3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎default/web_tt2/modindex.tt2

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="small-6 medium-3 columns" role="cell">
7070
<a href="[% 'ajax/viewmod' | url_rel([list,msg.key]) %]"
7171
data-reveal-id="mainviewmod" data-reveal-ajax="true"
72-
data-tooltip aria-haspopup="true"
72+
data-tooltip aria-haspopup="true">
7373
[% UNLESS msg.value.subject.length ~%]
7474
<i>[%|loc%]No subject[%END%]</i>
7575
[%~ ELSE ~%]

0 commit comments

Comments
 (0)