Merge pull request #970 from YellowGarbageBag/patch-1

Fix line breaks in popover
This commit is contained in:
H. Lehmann 2020-08-16 12:30:06 +02:00 committed by GitHub
commit af44d81803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,8 +201,8 @@ class Calendar extends \Flake\Core\Model\Db {
"validation" => "color",
"popover" => [
"title" => "Calendar color",
"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>" .
"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/>" .
"This value is optional.",
]
]));