Commit: c92b51526d60914513339a3d8eae306a0e441b6b Author: Anatol Belski <a...@php.net> Tue, 15 Jan 2019 18:16:22 +0100 Parents: 901e48a45278dc60051fbbfad59137b6cb984648 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=c92b51526d60914513339a3d8eae306a0e441b6b Log: Fix html Changed paths: M include/listing.php Diff: diff --git a/include/listing.php b/include/listing.php index 1fca9d3..f540941 100644 --- a/include/listing.php +++ b/include/listing.php @@ -273,7 +273,7 @@ function generate_web_config(array $releases = array()) function generate_latest_html_piece($fname, $ts, $size, $ver, $cur_ver) { - $tpl = " DATETIME SIZE <a href=\"/downloads/releases/latest/FNAME\">FNAME</a><br>\n"; + $tpl = " DATETIME SIZE <a href=\"/downloads/releases/latest/FNAME\">FNAME</a>\n"; $fn = transform_fname_to_latest($fname, $ver, $cur_ver); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php