Skip to content

Commit db96421

Browse files
authored
Put each security fix on a new line
1 parent ab69773 commit db96421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/sync/acpm_nodedetail.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function formatBytes($bytes, $precision = 2) {
8484
echo "<p><b>Security Fixes</b></p>";
8585

8686
foreach ($fixarray as $fix) {
87-
echo $fix . "&nbsp;" . $kvarray[$fix];
87+
echo $fix . "&nbsp;" . $kvarray[$fix] . "<br>";
8888
}
8989
}
9090

@@ -122,4 +122,4 @@ function formatBytes($bytes, $precision = 2) {
122122
echo "</table>";
123123
}
124124

125-
?>
125+
?>

0 commit comments

Comments
 (0)