Skip to content

Commit fec5a89

Browse files
committed
Correct bad date on home page
1 parent 619ce90 commit fec5a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Website/openrails.org/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- Button to trigger modal -->
4545
<a href="#modal1" role="button" class='btn download_button' data-toggle="modal">
4646
<span class='glyphicon glyphicon-download'></span>&nbsp; Download the installer
47-
<?php echo '08 December 2018, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
47+
<?php echo '19 Oct 2021, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
4848
</a>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)