Skip to content

Commit f5c2005

Browse files
committed
Fix download links
1 parent bf5b8be commit f5c2005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-candidates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<ul>
4747
<?php foreach ($info['files'] as $file_type => $file_info) : ?>
4848
<li>
49-
<?php download_link($file_info['path'], "php-{$info['version']}.tar.{$file_type}"); ?>
49+
<a href="<?php echo $file_info['path'] ?>"><?php echo "php-{$info['version']}.tar.{$file_type}"; ?></a>
5050
<span class="releasedate"><?php echo date('d M Y', strtotime($info['date'])); ?></span>
5151
<?php foreach ($QA_CHECKSUM_TYPES as $algo): ?>
5252
<span class="<?php echo $algo; ?>">

0 commit comments

Comments
 (0)