From 965727b22d2ebc9ddfc5ca3c6cad1fde8b6f2685 Mon Sep 17 00:00:00 2001 From: Paul Weinstein Date: Thu, 21 Jan 2021 11:12:00 -0800 Subject: [PATCH] Minor text edits --- lib/view/server/php/class.template.php | 2 +- www/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/view/server/php/class.template.php b/lib/view/server/php/class.template.php index 3d2af30..3c10eeb 100644 --- a/lib/view/server/php/class.template.php +++ b/lib/view/server/php/class.template.php @@ -226,7 +226,7 @@ public function outputReddit( $feed, $type ) { public function outputblog( $feed ) { $this->outputHTML( "

" .( string) $feed->summary. "

" ); - $this->outputHTML( "

Read: link['href']. "\">" .(string) $feed->title. "

"); + $this->outputHTML( "

Continue Reading: link['href']. "\">" .(string) $feed->title. "

"); } diff --git a/www/index.php b/www/index.php index 31dbd7c..eca7da6 100644 --- a/www/index.php +++ b/www/index.php @@ -220,7 +220,7 @@ ");