commit/galaxy-central: dannon: Revert previous change to message.mako for now -- we do use html in the message box elsewhere (links, etc) and this breaks them.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/da9d740fce31/ changeset: da9d740fce31 user: dannon date: 2012-09-19 19:20:45 summary: Revert previous change to message.mako for now -- we do use html in the message box elsewhere (links, etc) and this breaks them. affected #: 1 file diff -r 96871214fe2f962004decde001de94d1ba827e94 -r da9d740fce314d67b51ff4f9d80b34bd37d3fd84 templates/message.mako --- a/templates/message.mako +++ b/templates/message.mako @@ -82,12 +82,12 @@ ## Render large message. <%def name="render_large_message( message, status )"> - <div class="${status}messagelarge" style="margin: 1em">${_(message) | h}</div> + <div class="${status}messagelarge" style="margin: 1em">${_(message)}</div></%def> ## Render a message <%def name="render_msg( msg, status='done' )"> - <div class="${status}message">${_(msg) | h}</div> + <div class="${status}message">${_(msg)}</div><br/></%def> 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.
participants (1)
-
Bitbucket