diff --git a/htdocs/report.php b/htdocs/report.php
index 3635ea1..08e9d2b 100644
--- a/htdocs/report.php
+++ b/htdocs/report.php
@@ -15,13 +15,13 @@ if (strlen($report))
$query = kl_str_sql('insert into raw_reports(raw_data) values (!s)', $report);
if ($res = DBH::$db->query($query))
{
- $report_id = DBH::$db->insertID();
+ $report_id = DBH::$db->insertID();
}
}
header("Content-Type: application/llsd+xml");
-print '';
+print '';
/*
* Local variables:
* tab-width: 4