From 7bc75353000a60e675afee8d1886c478361c67d6 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 8 Nov 2006 20:59:03 +0000 Subject: [PATCH] indent using
 because IE is teh suc

git-svn-id: svn://svn.open-ils.org/ILS/trunk@6571 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/extras/org_tree_html_options.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/extras/org_tree_html_options.pl b/Open-ILS/src/extras/org_tree_html_options.pl
index ce15a71214..fce9b14f64 100644
--- a/Open-ILS/src/extras/org_tree_html_options.pl
+++ b/Open-ILS/src/extras/org_tree_html_options.pl
@@ -29,7 +29,7 @@ sub print_option {
 	my $sname = $node->shortname;
 	my $name = $node->name;
 	my $kids = $node->children;
-	print FILE "\n";
+	print FILE "\n";
 	print_option($_) for (@$kids);
 }
 
-- 
2.11.0