From 21602123541b14a6d3bffddee8930253bbb56c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bene=C5=A1?= Date: Wed, 20 Jul 2016 09:23:37 +0200 Subject: [PATCH] Fixed width attribute that was broken in 0.5.1 (Issue #41) --- sheet.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sheet.js b/sheet.js index e63ffe7..08a77b2 100644 --- a/sheet.js +++ b/sheet.js @@ -1,6 +1,7 @@ -var sheetFront = '' - + ' ' - + ' '; +var sheetFront = '' + + ' ' + + ' '; var sheetBack =' ' + ' ';