From 8b84fa4848370750e18dbdc5cd580209d666d920 Mon Sep 17 00:00:00 2001 From: Sean Clarke Date: Mon, 6 Jan 2020 10:56:32 -0500 Subject: [PATCH] fill-sites clears out tags for site.site --- database/fill-sites.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/fill-sites.js b/database/fill-sites.js index a222f3a..30cbe16 100644 --- a/database/fill-sites.js +++ b/database/fill-sites.js @@ -18,7 +18,7 @@ val.query.row.forEach(function(site){ s.push(site.longitude); // Crazy that this works, but it does.. s.push(htmlToText.fromString(htmlToText.fromString(site.short_description), { wordwrap: false })); - s.push(site.site); + s.push(htmlToText.fromString(htmlToText.fromString(site.site), { wordwrap: false })); s.push(site.unique_number); s.push(site.image_url); s.push(site.states);