Skip to content

Commit

Permalink
Another location where the non-ascii month was breaking display.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 21, 2016
1 parent ef12ae3 commit 7e93d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/library/common/ldda_info.mako
Expand Up @@ -101,7 +101,7 @@
</div>
<div class="form-row">
<label>Date uploaded:</label>
${ldda.create_time.strftime( trans.app.config.pretty_datetime_format ) | h}
${util.unicodify(ldda.create_time.strftime( trans.app.config.pretty_datetime_format )) | h}
<div style="clear: both"></div>
</div>
<div class="form-row">
Expand Down

0 comments on commit 7e93d46

Please sign in to comment.