diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php
index 15cf77de..4f40e321 100644
--- a/templates/themes/categories/theme.php
+++ b/templates/themes/categories/theme.php
@@ -14,7 +14,7 @@
class Categories {
public static function build($action, $settings) {
global $config;
-
+
if ($action == 'all' ||
$action == 'boards' ||
$action == 'news' ||
@@ -34,8 +34,8 @@
// Build homepage
public static function homepage($settings) {
global $config;
- $description = "Leftypol is an imageboard where users can post anonymously.We engage in both serious political discourse and informal discussion on various topics related to leftist thought. They are... an interesting group of people - Senpai Wolff ";
- $metadescription = "Leftypol is an imageboard where users can post anonymously about both serious political discourse and informal discussion on various topics related to leftist thought.";
+ $description = "Leftypol is an anonymous imageboard.We engage in both serious political discourse and informal discussion on various topics related to leftist thought. They are... an interesting group of people - Senpai Wolff ";
+ $metadescription = "Leftypol is an anonymous imageboard about both serious political discourse and informal discussion on various topics related to leftist thought.";
$metaextra = ''.
''; // other sites should delete this!
$query = query("SELECT * FROM ``news`` ORDER BY `time` DESC") or error(db_error());
@@ -119,7 +119,7 @@
foreach (array_merge(... $config['boards']) as $uri) {
$_board = getBoardInfo($uri);
if (!$_board) {
- // board doesn't exist.
+ // board doesn't exist.
continue;
}
@@ -164,4 +164,3 @@
};
?>
-