diff --git a/Core/Frameworks/Baikal/Model/Calendar.php b/Core/Frameworks/Baikal/Model/Calendar.php
index c27ba9c..9b429b1 100644
--- a/Core/Frameworks/Baikal/Model/Calendar.php
+++ b/Core/Frameworks/Baikal/Model/Calendar.php
@@ -202,10 +202,10 @@ class Calendar extends \Flake\Core\Model\Db {
"label" => "Calendar color",
"validation" => "color",
"popover" => [
- "title" => "Calendar color",
- "content" => "This is the color that will be displayed in your CalDAV client.
" .
- "Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.
" .
- "This value is optional.",
+ "title" => "Calendar color",
+ "content" => "This is the color that will be displayed in your CalDAV client.
" .
+ "Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.
" .
+ "This value is optional.",
],
]));