1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a7edac403b6c/ Changeset: a7edac403b6c User: greg Date: 2013-07-12 04:33:17 Summary: Contribution from Bjorn Gruning that renders readme files as restructured text. in the tool shed. Affected #: 1 file diff -r 01850fa1b8aa2706c5b6cf67d8d7099b2093aa36 -r a7edac403b6c7befb1721f06c99dd1ced30b45c3 templates/webapps/tool_shed/repository/common.mako --- a/templates/webapps/tool_shed/repository/common.mako +++ b/templates/webapps/tool_shed/repository/common.mako @@ -600,7 +600,7 @@ <%def name="render_readme( readme, pad, parent, row_counter )"><% - from tool_shed.util.shed_util_common import to_safe_string + from galaxy.util import rst_to_html encoded_id = trans.security.encode_id( readme.id ) %><style type="text/css"> @@ -620,7 +620,7 @@ id="libraryItem-${encoded_id}"><td style="padding-left: ${pad+20}px;"><table id="readme_table"> - <tr><td>${ to_safe_string( readme.text, to_html=True ) }</td></tr> + <tr><td>${ rst_to_html( readme.text ) }</td></tr></table></td></tr> 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.