summaryrefslogtreecommitdiff
path: root/app/Report/ReportHtmlCell.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2017-12-03 11:59:31 +0100
committerGreg Roach <fisharebest@gmail.com>2017-12-03 10:59:31 +0000
commitcc7d0e557be1f8c38b2e807b039fdf77756ccac5 (patch)
tree164d922d4f1c5fb41cd075e66d000904d705ecf4 /app/Report/ReportHtmlCell.php
parent4a3c5b10f904e15aa9db69a2ef0746578d828deb (diff)
downloadwebtrees-cc7d0e557be1f8c38b2e807b039fdf77756ccac5.tar.gz
webtrees-cc7d0e557be1f8c38b2e807b039fdf77756ccac5.tar.bz2
webtrees-cc7d0e557be1f8c38b2e807b039fdf77756ccac5.zip
Scrutinizer Auto-Fixes (#1525)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'app/Report/ReportHtmlCell.php')
-rw-r--r--app/Report/ReportHtmlCell.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/Report/ReportHtmlCell.php b/app/Report/ReportHtmlCell.php
index 843e07985f..1cc537f90c 100644
--- a/app/Report/ReportHtmlCell.php
+++ b/app/Report/ReportHtmlCell.php
@@ -147,15 +147,15 @@ class ReportHtmlCell extends ReportBaseCell {
// Text alignment
switch ($this->align) {
- case 'C':
- echo ' text-align:center;';
- break;
- case 'L':
- echo ' text-align:left;';
- break;
- case 'R':
- echo ' text-align:right;';
- break;
+ case 'C':
+ echo ' text-align:center;';
+ break;
+ case 'L':
+ echo ' text-align:left;';
+ break;
+ case 'R':
+ echo ' text-align:right;';
+ break;
}
// Print the collected HTML code