add disclogs rss and sitemap and viewer
[disclosr.git] / documents / index.php
blob:a/documents/index.php -> blob:b/documents/index.php
--- a/documents/index.php
+++ b/documents/index.php
@@ -20,7 +20,7 @@
 
     if ($rows) {
         foreach ($rows as $row) {
-displayLogEntry($row,$idtoname);
+echo displayLogEntry($row,$idtoname);
         }
     }
 } catch (SetteeRestClientException $e) {