From e2fe172e74aa7d6e90306088304fea19b60b58e8 Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Fri, 25 Apr 2025 18:16:22 -0400 Subject: [PATCH] small bugfixes --- opt/display.php | 3 ++- srv/index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opt/display.php b/opt/display.php index 582380b..7a23777 100644 --- a/opt/display.php +++ b/opt/display.php @@ -872,8 +872,9 @@ function print_rss_all($db, $settings, $page) if ( !empty($edit_message) ) { $rss_string .= "$edit_message/"; } - + $rss_string .= "$text "; + $rss_string .= "$address/r/$sub/$org_id"; $rss_string .= ""; } diff --git a/srv/index.php b/srv/index.php index c1d7f78..178b858 100644 --- a/srv/index.php +++ b/srv/index.php @@ -674,7 +674,7 @@ switch($mode) { } print_rss_all($db, $settings, $page); - $quit($db, ''); + quit($db, ''); // lets the admin set their password case 'setup':