aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-22 06:13:52 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-22 06:13:52 +0000
commit0721f5e55bf8ae501e15880f9ae243a58eadd00b (patch)
treea57f95c36c57af8c192efe6f7e31b45482786303 /h-source/Application/Controllers/DownloadController.php
parentaf545a1469350e9cd6ce6ca3925184b601bae27d (diff)
chenged label for architecture
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index 99fb06a..20d00a3 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -48,12 +48,12 @@ class DownloadController extends BaseController
$xml = null;
$xml = "<?xml version='1.0' encoding='UTF-8'?>\n";
$xml .= "<hardware>\n";
- $xml .= "\t<general_informations>\n";
+ $xml .= "\t<general_information>\n";
$xml .= "\t\t<credits>h-node project</credits>\n";
$xml .= "\t\t<link>www.h-node.com</link>\n";
$xml .= "\t\t<date>".date("Y-m-d H:i:s")."</date>\n";
$xml .= "\t\t<license>".License::getInsideXml()."</license>\n";
- $xml .= "\t</general_informations>\n";
+ $xml .= "\t</general_information>\n";
foreach ($res as $row)
{