From aa271f6648fefc1416ea2e0b5a6a392b90c0489a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 3 Aug 2020 12:51:35 +0200 Subject: [PATCH] remove':' after value of attribute --- views/bootstrap/class.ViewFolder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 6d0d40a54..fa0ebd8d7 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -290,7 +290,7 @@ $('body').on('click', '.order-btn', function(ev) { if(is_array($arr)) { echo ""; echo "".$arr[0].":"; - echo "".$arr[1].":"; + echo "".$arr[1].""; echo ""; } elseif(is_string($arr)) { echo $arr;