commit/galaxy-central: jgoecks: Apply HTML escaping when editing dataset name.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a2ae1bb43537/ changeset: a2ae1bb43537 user: jgoecks date: 2011-12-01 04:50:12 summary: Apply HTML escaping when editing dataset name. affected #: 1 file diff -r 1638bc41454922e24dfa5e01d840fbf5ea505782 -r a2ae1bb435378eefc659941b790ec15f3a0a8584 templates/dataset/edit_attributes.mako --- a/templates/dataset/edit_attributes.mako +++ b/templates/dataset/edit_attributes.mako @@ -39,7 +39,7 @@ Name: </label><div style="float: left; width: 250px; margin-right: 10px;"> - <input type="text" name="name" value="${data.get_display_name()}" size="40"/> + <input type="text" name="name" value="${data.get_display_name() | h}" size="40"/></div><div style="clear: both"></div></div> 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