Skip to content

Commit

Permalink
fix extra trailing newline (fixes #1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jul 11, 2024
1 parent d6e790b commit ad364c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/updatecheck/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
array_walk($versions, $func);
?>
</tbody></table></p>
</body>
</body>
2 changes: 1 addition & 1 deletion contrib/updatecheck/prepend.inc
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ function checkUpdate($ebusdVersion, $ebusdRelease, $architecture, $deviceVersion
}
return $ret.$configs;
}
?>
?>

0 comments on commit ad364c6

Please sign in to comment.