summaryrefslogtreecommitdiff
path: root/app/Theme.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-17 18:03:39 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-17 18:03:39 +0000
commitad2f0e13109a624a158c7532c312bc08f1d45af8 (patch)
tree3e13097a0c086e5d82c64ea49bd0eef7827c3440 /app/Theme.php
parenta6762289f3e1aa394a2721a82ffef93958cd133f (diff)
downloadwebtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.gz
webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.bz2
webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.zip
Two spaces have no effect in HTML
Diffstat (limited to 'app/Theme.php')
-rw-r--r--app/Theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Theme.php b/app/Theme.php
index 202455185d..d5a923bd71 100644
--- a/app/Theme.php
+++ b/app/Theme.php
@@ -51,7 +51,7 @@ class Theme {
self::$installed_themes[] = $theme;
}
} catch (\Exception $ex) {
- // Broken theme? Ignore it.
+ // Broken theme? Ignore it.
}
}
}