Skip to content

Commit

Permalink
Merge pull request #3791 from galaxyproject/release_16.10
Browse files Browse the repository at this point in the history
merge 16.10 into 17.01
  • Loading branch information
martenson committed Mar 21, 2017
2 parents e3e24fa + 490e565 commit ec88dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/web/framework/helpers/grids.py
Expand Up @@ -565,7 +565,7 @@ def get_value( self, trans, grid, item ):
ann_snippet += "..."
else:
ann_snippet = ""
return ann_snippet
return escape( ann_snippet )

def get_single_filter( self, user, a_filter ):
""" Filter by annotation and annotation owner. """
Expand Down

0 comments on commit ec88dda

Please sign in to comment.