Skip to content

Commit

Permalink
No spaces inside parenthesis
Browse files Browse the repository at this point in the history
For consistency with the rest of the code.

Closes phpGH-551.
  • Loading branch information
MathiasReker authored Jun 17, 2022
1 parent 0cfc90a commit 7dd64e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailing-lists.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
Expand Down

0 comments on commit 7dd64e1

Please sign in to comment.