From c964e8a89d6d41890ef4d5e155cc473391f0a4e0 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 26 Jul 2016 16:46:28 +0300 Subject: [PATCH] Fix Bug 32579. --- apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index a175d52b70..f311954bb4 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -747,7 +747,7 @@ define([ '', '<% } %>', '', - '
<%= value %>
', + '
<%= value %>
', '' ].join('')) });