File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
SequenceAnalysis/src/org/labkey/sequenceanalysis/query Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3131import org .labkey .api .query .SimpleUserSchema ;
3232import org .labkey .api .security .User ;
3333import org .labkey .api .sequenceanalysis .pipeline .SequenceOutputHandler ;
34+ import org .labkey .api .util .HtmlString ;
3435import org .labkey .api .util .PageFlowUtil ;
3536import org .labkey .api .view .ActionURL ;
3637import org .labkey .sequenceanalysis .SequenceAnalysisSchema ;
@@ -362,7 +363,7 @@ public DisplayColumn createRenderer(ColumnInfo colInfo)
362363 @ Override
363364 public void renderGridCellContents (RenderContext ctx , Writer out ) throws IOException
364365 {
365- String result = StringUtils .trimToNull (super .getFormattedValue (ctx ));
366+ String result = StringUtils .trimToNull (super .getFormattedHtml (ctx ). toString ( ));
366367 String delim = "" ;
367368 if (result != null )
368369 {
You can’t perform that action at this time.
0 commit comments