From 0fae8c137386a7c73b41e3c538ab0e4790cbcbda Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sat, 22 Aug 2015 05:54:27 +0200 Subject: bind - code style fixes - Fix copyright header - Some XHTML fixes - Wrap javascript in CDATA --- config/bind/bind.widget.php | 62 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'config/bind') diff --git a/config/bind/bind.widget.php b/config/bind/bind.widget.php index 1e8c0cc8..deae7ba6 100644 --- a/config/bind/bind.widget.php +++ b/config/bind/bind.widget.php @@ -1,28 +1,31 @@ "; - echo " "; + echo ""; } -function close_table() -{ - echo " "; +function close_table() { + echo ""; echo ""; - } $pfb_table = array(); -$img['Sick'] = ""; -$img['Healthy'] = ""; - +$img['Sick'] = "sick"; +$img['Healthy'] = "healthy"; -#var_dump($pfb_table); -#exit; ?> +
-- cgit v1.2.3