Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: Dominic Hopf dmaphy@googlemail.com Date: Tue, 23 Jun 2015 16:14:01 UTC Commit: 6e4c8dca6b0e71e844b65efdfa1bb7b3f90ec612 https://github.com/geany/plugins.geany.org/commit/6e4c8dca6b0e71e844b65efdfa...
Log Message: ----------- fix typo: fis -> is
Modified Paths: -------------- content/downloads.html
Modified: content/downloads.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -28,7 +28,7 @@ $version = max($versions); $wversion = max($wversions);
- echo "The latest version fis " . $version . ", you should take a look at the <a href="https://raw.githubusercontent.com/geany/geany-plugins/". $version ."/NEWS">release notes</a>.<br />\n"; + echo "The latest version is " . $version . ", you should take a look at the <a href="https://raw.githubusercontent.com/geany/geany-plugins/". $version ."/NEWS">release notes</a>.<br />\n"; echo "<table>"; echo "<tr>"; echo " <th>Download</th>";
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).