From 7e93d462392952d27d414ba87d2dd406c9a60be1 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 21 Apr 2016 09:08:38 -0400 Subject: [PATCH] Another location where the non-ascii month was breaking display. --- templates/webapps/galaxy/library/common/ldda_info.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webapps/galaxy/library/common/ldda_info.mako b/templates/webapps/galaxy/library/common/ldda_info.mako index d17cf5d53d63..87a515e4223e 100644 --- a/templates/webapps/galaxy/library/common/ldda_info.mako +++ b/templates/webapps/galaxy/library/common/ldda_info.mako @@ -101,7 +101,7 @@
- ${ldda.create_time.strftime( trans.app.config.pretty_datetime_format ) | h} + ${util.unicodify(ldda.create_time.strftime( trans.app.config.pretty_datetime_format )) | h}