Merge pull request #970 from YellowGarbageBag/patch-1
Fix line breaks in popover
This commit is contained in:
commit
af44d81803
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ class Calendar extends \Flake\Core\Model\Db {
|
||||||
"validation" => "color",
|
"validation" => "color",
|
||||||
"popover" => [
|
"popover" => [
|
||||||
"title" => "Calendar color",
|
"title" => "Calendar color",
|
||||||
"content" => "This is the color that will be displayed in your CalDAV client.</br>" .
|
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
|
||||||
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.</br>" .
|
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
|
||||||
"This value is optional.",
|
"This value is optional.",
|
||||||
]
|
]
|
||||||
]));
|
]));
|
||||||
|
|
Loading…
Reference in a new issue