From 7c73643e257ddf52982ffd3ce2c690fbe6137bf3 Mon Sep 17 00:00:00 2001 From: Alexander Gush Date: Mon, 12 Oct 2020 15:38:16 +0300 Subject: [PATCH] Modified docs.html --- docs/docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index d395c08..36fc55c 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -260,8 +260,8 @@ header: true, newline: "\r\n", skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace. - columns: null //or array of strings, - quoteDataWithSpaces: true, + columns: null, //or array of strings + quoteDataWithSpaces: true }