Skip to content

Commit

Permalink
test(preview): ignore on prettier
Browse files Browse the repository at this point in the history
Formatting hmtl code is not setup yet.

Change-Id: I70cafab0edde056cb83de4177d6e1112f6cdc402
  • Loading branch information
andi34 committed Nov 29, 2022
1 parent 45b42d3 commit 869f765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .prettierignore
@@ -0,0 +1 @@
test/preview.php
11 changes: 3 additions & 8 deletions test/preview.php
Expand Up @@ -39,14 +39,9 @@
</head>

<body>
<img id="picture--frame" class="<?php echo $config['preview']['flip']; ?> <?php echo $config['preview']['style']; ?>" src="<?php echo $config['picture'][
'htmlframe'
]; ?>" alt="pictureFrame" />
<img id="collage--frame" class="<?php echo $config['preview']['flip']; ?> <?php echo $config['preview']['style']; ?>" src="<?php echo $config['collage'][
'htmlframe'
]; ?>" alt="collageFrame" />
<video id="video--view" class="<?php echo $config['preview']['flip']; ?> <?php echo $config['preview']['style']; ?>"
autoplay playsinline></video>
<img id="picture--frame" class="<?php echo $config['preview']['flip']; ?> <?php echo $config['preview']['style']; ?>" src="<?php echo $config['picture']['htmlframe']; ?>" alt="pictureFrame" />
<img id="collage--frame" class="<?php echo $config['preview']['flip']; ?> <?php echo $config['preview']['style']; ?>" src="<?php echo $config['collage']['htmlframe']; ?>" alt="collageFrame" />
<video id="video--view" class="<?php echo $config['preview']['flip']; ?> <?php echo $config['preview']['style']; ?>" autoplay playsinline></video>

<div id="wrapper">
<div id="ipcam--view" class="<?php echo $config['preview']['style']; ?>"></div>
Expand Down

0 comments on commit 869f765

Please sign in to comment.