From 93698d35b2c36fe2fdc66222869ffef989f96d7d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 30 Dec 2019 09:30:29 +0100 Subject: [PATCH] issue: code cleanup breaking up row attributes Identical results using separate, more maintainable statements. --- issue/index.php | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/issue/index.php b/issue/index.php index 8a3d907..6b34216 100644 --- a/issue/index.php +++ b/issue/index.php @@ -69,19 +69,29 @@ if ($id == 'feed') { ob_start(); print '\n"; $Place['issuelist'] = ob_get_clean(); -- 2.30.0