From dee81630b0cbaca06df3e6334d26481e79d49720 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 12 Apr 2019 16:08:09 +0800 Subject: [PATCH] Fix #5851 - download old offer sheet --- Pman.Gnumeric.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 041fde23..223933fe 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1496,6 +1496,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { } if(g.valueFormat == 'image') { + out+=String.format('
', g.colspan, g.rowspan, g.cls.join(' '), 'overflow:hidden;' + -- 2.39.2