summaryrefslogtreecommitdiff
path: root/src/defidx.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/defidx.html')
-rw-r--r--src/defidx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/defidx.html b/src/defidx.html
index fa3cc66..12bea9f 100644
--- a/src/defidx.html
+++ b/src/defidx.html
@@ -50,16 +50,16 @@
<td>&nbsp;</td>
</tr>
{% endif %}
{% loop %}
<tr class="{% $ROWCLASS %}">
<td class="indexcolicon">
- {% if $(icon $FILETYPE) %}
- <img src="{% $(icon $FILETYPE) %}" alt="[{% $(alt $FILETYPE) %}]">
+ {% if $(icon $MIMETYPE) %}
+ <img src="{% $(icon $MIMETYPE) %}" alt="[{% $(alt $MIMETYPE) %}]">
{% else %}
- [{% $(alt $FILETYPE) %}]
+ [{% $FILETYPE %}]
{% endif %}
</td>
<td class="indexcolname">
<a href="{% $FILENAME %}">{% $FILENAME %}</a>
</td>
<td class="indexcollastmod">{% $FILETIME %}</td>

Return to:

Send suggestions and report system problems to the System administrator.