Skip to content

Commit

Permalink
Minor text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
pdweinstein committed Jan 21, 2021
1 parent 78bddf0 commit 965727b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/view/server/php/class.template.php
Expand Up @@ -226,7 +226,7 @@ public function outputReddit( $feed, $type ) {
public function outputblog( $feed ) {

$this->outputHTML( "<p>" .( string) $feed->summary. "</p>" );
$this->outputHTML( "<p align=\"right\">Read: <a href=\"" .$feed->link['href']. "\">" .(string) $feed->title. "</a></p>");
$this->outputHTML( "<p align=\"right\">Continue Reading: <a href=\"" .$feed->link['href']. "\">" .(string) $feed->title. "</a></p>");

}

Expand Down
2 changes: 1 addition & 1 deletion www/index.php
Expand Up @@ -220,7 +220,7 @@
</div>
<nav class=\"navbar fixed-bottom navbar-light bg-light\">
<p>
]LOAD WWW.WEINSTEIN.ORG <br/> ]RUN <br/> COPYRIGHT PAUL WEINSTEIN (c) 1997 - 2020
]LOAD WWW.WEINSTEIN.ORG <br/> ]RUN <br/> COPYRIGHT PAUL WEINSTEIN (c) 1997 - 2021
</p>
</nav>
");
Expand Down

0 comments on commit 965727b

Please sign in to comment.