Skip to content

Commit

Permalink
Formatting (tabs vs spaces)
Browse files Browse the repository at this point in the history
Change-Id: I558994a1561d99e279fa381e7ff605e5f7e062ca
  • Loading branch information
andi34 committed Oct 29, 2022
1 parent c6c0e77 commit ac18595
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion admin/diskusage.php
Expand Up @@ -44,7 +44,7 @@

<link rel="stylesheet" href="../node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" type="text/css" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="../resources/css/login.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("../private/overrides.css")): ?>
<link rel="stylesheet" href="../private/overrides.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion chromakeying.php
Expand Up @@ -49,7 +49,7 @@

<link rel="stylesheet" href="node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="resources/css/<?php echo $config['ui']['style']; ?>_chromakeying.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("private/overrides.css")): ?>
<link rel="stylesheet" href="private/overrides.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion dependencies.php
Expand Up @@ -45,7 +45,7 @@

<link rel="stylesheet" href="node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="resources/css/<?php echo $config['ui']['style']; ?>_style.css?v=<?php echo $config['photobooth']['version']; ?>" />
<link rel="stylesheet" href="resources/css/update.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("private/overrides.css")): ?>
Expand Down
2 changes: 1 addition & 1 deletion gallery.php
Expand Up @@ -50,7 +50,7 @@

<link rel="stylesheet" href="node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="vendor/PhotoSwipe/dist/photoswipe.css" />
<link rel="stylesheet" href="vendor/PhotoSwipe/dist/default-skin/default-skin.css" />
<link rel="stylesheet" href="resources/css/<?php echo $config['ui']['style']; ?>_style.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion login/index.php
Expand Up @@ -46,7 +46,7 @@

<link rel="stylesheet" href="../node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="../resources/css/login.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("../private/overrides.css")): ?>
<link rel="stylesheet" href="../private/overrides.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion manual/index.php
Expand Up @@ -40,7 +40,7 @@

<link rel="stylesheet" type="text/css" href="../node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" type="text/css" href="../node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" type="text/css" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" type="text/css" href="../resources/css/manual.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("../private/overrides.css")): ?>
<link rel="stylesheet" href="../private/overrides.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion slideshow/index.php
Expand Up @@ -39,7 +39,7 @@

<link rel="stylesheet" href="../node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="../node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="../resources/css/slideshow.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("../private/overrides.css")): ?>
<link rel="stylesheet" href="../private/overrides.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down
2 changes: 1 addition & 1 deletion trigger.php
Expand Up @@ -30,7 +30,7 @@

<link rel="stylesheet" href="node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="resources/css/<?php echo $config['ui']['style']; ?>_style.css" />
<link rel="stylesheet" href="resources/css/trigger.css" />
<?php if (is_file("private/overrides.css")): ?>
Expand Down
2 changes: 1 addition & 1 deletion update.php
Expand Up @@ -45,7 +45,7 @@

<link rel="stylesheet" href="node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="resources/css/<?php echo $config['ui']['style']; ?>_style.css?v=<?php echo $config['photobooth']['version']; ?>" />
<link rel="stylesheet" href="resources/css/update.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("private/overrides.css")): ?>
Expand Down
2 changes: 1 addition & 1 deletion welcome.php
Expand Up @@ -38,7 +38,7 @@

<link rel="stylesheet" href="node_modules/normalize.css/normalize.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="node_modules/material-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="resources/css/welcome.css?v=<?php echo $config['photobooth']['version']; ?>" />
<?php if (is_file("private/overrides.css")): ?>
<link rel="stylesheet" href="private/overrides.css?v=<?php echo $config['photobooth']['version']; ?>" />
Expand Down

0 comments on commit ac18595

Please sign in to comment.