From: miker Date: Wed, 8 Nov 2006 20:59:03 +0000 (+0000) Subject: indent using
 because IE is teh suc
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7bc75353000a60e675afee8d1886c478361c67d6;p=evergreen%2Fpines.git

indent using 
 because IE is teh suc


git-svn-id: svn://svn.open-ils.org/ILS/trunk@6571 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

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);
 }