summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlclass.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlclass.tpl')
-rw-r--r--templates/html/htmlclass.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/html/htmlclass.tpl b/templates/html/htmlclass.tpl
index 9a2b494..d5175af 100644
--- a/templates/html/htmlclass.tpl
+++ b/templates/html/htmlclass.tpl
@@ -429,7 +429,7 @@
{{ compound.generatedFromFiles }}
<ul>
{% for file in compound.usedFiles %}
- <li>{% if file.sourceFileName %}
+ <li>{% if file.sourceFileName and file.isLinkable %}
<a class="el" href="{{ file.sourceFileName }}{{ config.HTML_FILE_EXTENSION }}">
{% endif %}
{% if not file.sourceFileName and file.isLinkable %}
@@ -440,7 +440,7 @@
{% else %}
{{ file.name|stripPath }}
{% endif %}
- {% if file.sourceFileName or file.isLinkable %}
+ {% if file.isLinkable %}
</a>
{% endif %}
{% if file.versionInfo %} {{ file.versionInfo }}{% endif %}
@@ -448,6 +448,6 @@
{% endfor %}
</ul>
{% endif %}
-</div>
+</div><!-- contents -->
{% endblock %}