From 19baa9bdf502056d41b6d42d5407498836f238c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 30 Nov 2013 16:45:56 +0100 Subject: [PATCH] Fix some tabs :(. --- .htaccess | 2 +- base.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index d20a79d..38ac086 100644 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,7 @@ DirectoryIndex index.php - XSendFile on + XSendFile on diff --git a/base.php b/base.php index af57961..007b285 100644 --- a/base.php +++ b/base.php @@ -465,7 +465,7 @@ class Page if (!is_null ($series)) array_push ($this->entryArray, $series); $tags = Tag::getCount(); if (!is_null ($tags)) array_push ($this->entryArray, $tags); - $languages = Language::getCount(); + $languages = Language::getCount(); if (!is_null ($languages)) array_push ($this->entryArray, $languages); foreach ($config['cops_calibre_custom_column'] as $lookup) { $customId = CustomColumn::getCustomId ($lookup);