From ac7df5d8551cbacf60f9adc770783a710737fa90 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 11 Jan 2012 15:59:04 +0100 Subject: fix stupid checkstyle bugs .. once again.. --- application/controllers/ResourceController.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'application/controllers/ResourceController.php') diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php index 654ae42..e7b654c 100644 --- a/application/controllers/ResourceController.php +++ b/application/controllers/ResourceController.php @@ -526,12 +526,12 @@ class ResourceController extends Zend_Controller_Action { $result = $return_val; $result2 = ""; - $result2 . = ""; - $result2 . = ""; - $result2 . = ""; - $result2 . = ""; - $result2 . = ""; - $result2 . = "
info: ".$result['info']."
kernel: ".$result['kernel']."
initramfs: ".$result['initramfs']."
kcl: ".$result['kcl']."
config: ".$result['config']."
"; + $result2 .= "info: ".$result['info'].""; + $result2 .= "kernel: ".$result['kernel'].""; + $result2 .= "initramfs: ".$result['initramfs'].""; + $result2 .= "kcl: ".$result['kcl'].""; + $result2 .= "config: ".$result['config'].""; + $result2 .= ""; echo $result2; } -- cgit v1.2.3-55-g7522