summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-07-20 12:29:11 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-07-20 12:29:11 -0600
commit3c5828b1a787bffa6e886a4952741e4bcaeb43b9 (patch)
tree5e40fd78ad3c5301c62207ecfa4bd109a582db69 /index.php
parentf5e972c030675f46cda543e13da1b787457e070b (diff)
A bit of code cleanup
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3b3f21b..0c8409c 100755
--- a/index.php
+++ b/index.php
@@ -16,7 +16,7 @@
<?php foreach (Category::get_all_categories() as $category): ?>
<tr>
<td>
- <a style="font-size: larger;" href="viewcategory.php?id=<?= $category->id ?>"><?= $category->name ?></a></h4>
+ <a style="font-size: larger;" href="viewcategory.php?id=<?= $category->id ?>"><?= $category->name ?></a>
<br><?= $category->description ?>
</td>
<?php $latest_thread = $category->get_latest_thread(); if ($latest_thread->has_value()): ?>