From a52242bb4d928b9abba8a3489e350e4615a9da29 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 28 May 2015 12:30:50 +0100 Subject: toaster: more HTML5 fixes More HTML5 fixes highlighted by tests on new data. Signed-off-by: Alexandru DAMIAN --- lib/toaster/toastergui/templates/configvars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/toaster/toastergui/templates/configvars.html') 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 @@ {% if variable.vhistory.all %} {% for path in variable.vhistory.all|filter_setin_files:file_filter %} - {{path|cut_path_prefix:dirstostrip}}

+ {{path|cut_path_prefix:dirstostrip}}
{% endfor %} {% endif %}
-- cgit 1.2.3-korg