1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/a0fffca054ec/ changeset: r5598:a0fffca054ec user: kanwei date: 2011-05-25 17:12:21 summary: Fix lack of quotes affected #: 2 files (4 bytes)
--- a/templates/export_base.mako Wed May 25 16:39:43 2011 +0200 +++ b/templates/export_base.mako Wed May 25 17:12:21 2011 +0200 @@ -98,7 +98,7 @@
<%def name="render_footer()"><p><br><br> - <a href=${h.url_for( action="list" )}>Back to ${self.item_class_plural_name} List</a> + <a href="${h.url_for( action="list" )}">Back to ${self.item_class_plural_name} List</a></%def><%def name="body()">
--- a/templates/sharing_base.mako Wed May 25 16:39:43 2011 +0200 +++ b/templates/sharing_base.mako Wed May 25 17:12:21 2011 +0200 @@ -274,5 +274,5 @@ %endif
<p><br><br> - <a href=${h.url_for( action="list" )}>Back to ${item_class_plural_name} List</a> + <a href="${h.url_for( action="list" )}">Back to ${item_class_plural_name} List</a></%def> \ No newline at end of file
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org