Skip to content

Commit

Permalink
Merge pull request #2937 from WPO-Foundation/formatting
Browse files Browse the repository at this point in the history
`composer format`
  • Loading branch information
stoyan authored Jun 26, 2023
2 parents 1c5a2d4 + c61995b commit 5d0819b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion www/include/admin_header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function header_link($url, $title)
<script>
setTimeout("window.location.reload(true)", <?php echo $refresh * 1000; ?>);
</script>
<?php
<?php
} ?>

<style>
Expand Down
26 changes: 13 additions & 13 deletions www/video/compare.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,19 +395,19 @@

</head>
<body class="result compare <?php
if ($experiment) {
echo ' compare-experiment';
}
if ($req_screenshot) {
echo ' screenshot';
}
if (!$ready) {
echo ' compare-loading';
}
if (count($tests) === 1) {
echo ' compare-single';
}
?>">
if ($experiment) {
echo ' compare-experiment';
}
if ($req_screenshot) {
echo ' screenshot';
}
if (!$ready) {
echo ' compare-loading';
}
if (count($tests) === 1) {
echo ' compare-single';
}
?>">
<?php
$tab = 'Test Result';
//$nosubheader = false;
Expand Down

0 comments on commit 5d0819b

Please sign in to comment.