From 8668e6abb0358aa4978c7a0614e7badb5873f612 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Fri, 18 May 2018 16:36:30 -0700 Subject: [PATCH] Wrap floData string properly --- package.json | 2 +- public/views/transaction/tx.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d9e536d..331f7f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flosight-ui", "description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.", - "version": "5.0.0-beta.55", + "version": "5.0.0-beta.56", "repository": "git://github.com/bitpay/flosight-ui.git", "bugs": { "url": "https://github.com/bitpay/flosight-ui/issues" diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index dadc660..bc76f3d 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -212,8 +212,8 @@
- floData - {{tx.floData}} + floData: + {{tx.floData}}