summaryrefslogtreecommitdiff
path: root/webgli
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2006-04-16 21:30:47 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2006-04-16 21:30:47 +0000
commit05c5ecf2dd15a72a76022ab7a32e592f0d46376d (patch)
treee715cbaf229d823eb9ffeb125f4a6512e99da7ed /webgli
parentstick the parsed etc_files data in the right place (diff)
downloadscire-05c5ecf2dd15a72a76022ab7a32e592f0d46376d.tar.gz
scire-05c5ecf2dd15a72a76022ab7a32e592f0d46376d.tar.bz2
scire-05c5ecf2dd15a72a76022ab7a32e592f0d46376d.zip
indent closing </entry> tag for etc-files
svn path=/; revision=33
Diffstat (limited to 'webgli')
-rw-r--r--webgli/webgliIP.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/webgli/webgliIP.php b/webgli/webgliIP.php
index 3bdbb02..373bfa8 100644
--- a/webgli/webgliIP.php
+++ b/webgli/webgliIP.php
@@ -201,7 +201,7 @@ class InstallProfile extends XMLParser {
} else {
$this->xmldoc .= sprintf(" name=\"%s\">\n\t\t\t\t%s\n", $name, $value);
}
- $this->xmldoc .= "</entry>\n";
+ $this->xmldoc .= "\t\t\t</entry>\n";
}
$this->xmldoc .= "\t\t</file>\n";
}