From b06b9759b5876a783353a190f8f1a47fc18b72c9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 Aug 2009 15:38:22 -0400 Subject: Remove leading space --- etc/inc/services.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/services.inc b/etc/inc/services.inc index ddd6552..3faf99f 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -1,4 +1,4 @@ - $dhcpifconf) { if($dhcpifconf['numberoptions']['item']) { foreach($dhcpifconf['numberoptions']['item'] as $item) { - $custoptions .= " option custom-opt-$optcounter code {$item['number']} = text;\n"; + $custoptions .= "option custom-opt-$optcounter code {$item['number']} = text;\n"; $optcounter++; } } -- cgit v1.1