From: <var...@us...> - 2021-09-05 14:44:55
|
Revision: 10541 http://sourceforge.net/p/phpwiki/code/10541 Author: vargenau Date: 2021-09-05 14:44:53 +0000 (Sun, 05 Sep 2021) Log Message: ----------- Single full stop Modified Paths: -------------- trunk/themes/Wordpress/templates/browse.tmpl Modified: trunk/themes/Wordpress/templates/browse.tmpl =================================================================== --- trunk/themes/Wordpress/templates/browse.tmpl 2021-09-05 07:01:30 UTC (rev 10540) +++ trunk/themes/Wordpress/templates/browse.tmpl 2021-09-05 14:44:53 UTC (rev 10541) @@ -6,7 +6,7 @@ <?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p class="warning_msg"><?php echo _("Note:")?> <?php echo _("You are viewing an old revision of this page.")?> - <?php echo WikiLink($page, 'existing', _("View the current version."))?>. + <?php echo WikiLink($page, 'existing', _("View the current version."))?> </p> <hr class="ignore" /> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |