summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/configvars.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/configvars.html')
-rw-r--r--lib/toaster/toastergui/templates/configvars.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/configvars.html b/lib/toaster/toastergui/templates/configvars.html
index 42c42a57a..cbe3c6876 100644
--- a/lib/toaster/toastergui/templates/configvars.html
+++ b/lib/toaster/toastergui/templates/configvars.html
@@ -56,7 +56,7 @@
<td class="file"><a data-toggle="modal" href="#variable-{{variable.pk}}">
{% if variable.vhistory.all %}
{% for path in variable.vhistory.all|filter_setin_files:file_filter %}
- {{path|cut_path_prefix:dirstostrip}}<p>
+ {{path|cut_path_prefix:dirstostrip}}<br/>
{% endfor %}
{% endif %}
</a></td>