Author: Mathias Reker ⚡️ (MathiasReker) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-06-17T16:47:11+02:00
Commit: https://github.com/php/web-php/commit/7dd64e1b793ccf48ec89dea538c176587f49e023 Raw diff: https://github.com/php/web-php/commit/7dd64e1b793ccf48ec89dea538c176587f49e023.diff No spaces inside parenthesis For consistency with the rest of the code. Closes GH-551. Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index 8047d2c4d..a2a5232b8 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -325,7 +325,7 @@ function output_lists_table($mailing_lists) echo '<td>' . ($larchive ? "<a href=\"http://marc.info/?l={$larchive}\">yes</a>" : 'n/a') . '</td>'; echo '<td>' . ($listinfo[6] ? "<a href=\"news://news.php.net/{$listinfo[6]}\">yes</a> <a href=\"http://news.php.net/group.php?group={$listinfo[6]}\">http</a>" : 'n/a') . '</td>'; echo '<td><input name="maillist" type="radio" value="' . $listinfo[0] . '"></td>'; - echo '<td>' . ($listinfo[5] ? '<input name="maillist" type="radio" value="' . $listinfo[0] . '-digest">' : 'n/a' ) . '</td>'; + echo '<td>' . ($listinfo[5] ? '<input name="maillist" type="radio" value="' . $listinfo[0] . '-digest">' : 'n/a') . '</td>'; echo "</tr>\n"; } } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php