]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
[TASK] clean some spaces and tabs
authorJerome Jutteau <mojo@couak.net>
Mon, 30 Apr 2018 17:04:25 +0000 (19:04 +0200)
committerJerome Jutteau <mojo@couak.net>
Fri, 11 May 2018 21:57:50 +0000 (23:57 +0200)
Signed-off-by: Jerome Jutteau <mojo@couak.net>
index.php
media/modern/style.css.php
script.php

index 37aa538badcfea550594bb731f975921a5717fba..8cd556d158bb70d7df32aa505934962d0dea8881 100644 (file)
--- a/index.php
+++ b/index.php
@@ -230,7 +230,7 @@ else {
         }
         ?>
 
         }
         ?>
 
-               <p id="max_file_size" class="config"></p>
+        <p id="max_file_size" class="config"></p>
     <p>
     <?php
     if (jirafeau_has_upload_password($cfg) && $_SESSION['upload_auth']) {
     <p>
     <?php
     if (jirafeau_has_upload_password($cfg) && $_SESSION['upload_auth']) {
index 22b6e9df7a3adc1353c8ff37d25bc99b862d0f68..22ec2f08e270931977d41d2e7610b06c1ac4e708 100644 (file)
@@ -39,8 +39,8 @@ body {
 }
 
 a, a:link, a:visited {
 }
 
 a, a:link, a:visited {
-       color: #223344;
-       text-decoration: underlined;
+    color: #223344;
+    text-decoration: underlined;
 }
 
 fieldset {
 }
 
 fieldset {
index 90b2c119e02d5ef7e727b613b8009afa683622b3..20eafbfdbc585f2b312aee2fb622eb81564e44b9 100644 (file)
@@ -81,7 +81,6 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES)
             exit;
         }
     }
             exit;
         }
     }
-    
     $key = '';
     if (isset($_POST['key'])) {
         $key = $_POST['key'];
     $key = '';
     if (isset($_POST['key'])) {
         $key = $_POST['key'];

patrick-canterino.de