From 420f3a7dc0303a2ff8da75b90d120bc6defe637a Mon Sep 17 00:00:00 2001 From: Cahit Ugur Date: Thu, 30 Jan 2014 17:40:04 +0100 Subject: [PATCH] The size of the table is readjusted to fit the writings. --- web/htdocs/tdc/tdc.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index d4b4aeb..41a3001 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -320,9 +320,9 @@ function updatectrlregs(data) { } else if(i==1) { if ((val&0x80000000)) - o += "Enabled"; + o += "Enabled "; else - o += "Disabled"; + o += "Disabled "; o += ""; o += ""; preWindow = (val&0x7FF)*5; -- 2.43.0