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 @@ ");