aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/include/news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/news.php b/web/include/news.php
index ce544c5..07dc3cf 100644
--- a/web/include/news.php
+++ b/web/include/news.php
@@ -27,7 +27,7 @@ else
$err = "Failed to grab news item: $err";
break;
}
- echo "<h3>" . $item['title'] . "-" . $item['postdate'] . "</h3>\n<p>" . $item['text'] . "</p>"
+ echo "<h3>" . $item['title'] . "-" . $item['postdate'] . "</h3>\n<p>" . $item['text'] . "</p>";
}
}
}