Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
package-bricks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QUIQQER
package-bricks
Commits
b74290d4
Commit
b74290d4
authored
Mar 07, 2019
by
Michael Danielczok
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
980eb42a
05a9c11d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/QUI/Bricks/Brick.php
src/QUI/Bricks/Brick.php
+1
-5
No files found.
src/QUI/Bricks/Brick.php
View file @
b74290d4
...
...
@@ -374,11 +374,7 @@ class Brick extends QUI\QDOM
{
foreach
(
$settings
as
$key
=>
$value
)
{
if
(
$key
===
'classes'
)
{
if
(
empty
(
$value
))
{
$this
->
clearCSSClasses
();
continue
;
}
$this
->
clearCSSClasses
();
$this
->
addCSSClass
(
$value
);
continue
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment