summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/module_show.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/module_show.html b/templates/module_show.html
index ea27e05..56fcf15 100644
--- a/templates/module_show.html
+++ b/templates/module_show.html
@@ -7,7 +7,7 @@
{% for name,oid in files %}
<li>
<a href="{{url_for('study_show', study = study,
- oid=oid)}}">{{name|truncate(50,True)}}</a>
+ oid=oid)}}">{{name|truncate(40,True)}}</a>
</li>
{% endfor %}
</ul>