|
@@ -129,11 +129,11 @@ discard block |
|
|
block discarded – undo |
|
129
|
129
|
<?php } ?> |
|
130
|
130
|
|
|
131
|
131
|
.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_minus_icon:before{ |
|
132
|
|
- content:"\e<?php echo esc_html( isset( $minus_icons[ $repeat_icon ] ) ? $minus_icons[ $repeat_icon ]['-'] : $minus_icons[1]['-'] ); ?>"; |
|
|
132
|
+ content:"\e<?php echo esc_html( isset( $minus_icons[$repeat_icon] ) ? $minus_icons[$repeat_icon]['-'] : $minus_icons[1]['-'] ); ?>"; |
|
133
|
133
|
} |
|
134
|
134
|
|
|
135
|
135
|
.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_plus_icon:before{ |
|
136
|
|
- content:"\e<?php echo esc_html( isset( $minus_icons[ $repeat_icon ] ) ? $minus_icons[ $repeat_icon ]['+'] : $minus_icons[1]['+'] ); ?>"; |
|
|
136
|
+ content:"\e<?php echo esc_html( isset( $minus_icons[$repeat_icon] ) ? $minus_icons[$repeat_icon]['+'] : $minus_icons[1]['+'] ); ?>"; |
|
137
|
137
|
} |
|
138
|
138
|
|
|
139
|
139
|
.<?php echo esc_html( $style_class ); ?> .frm_icon_font.frm_minus_icon:before, |
|
@@ -145,14 +145,14 @@ discard block |
|
|
block discarded – undo |
|
145
|
145
|
} |
|
146
|
146
|
|
|
147
|
147
|
.<?php echo esc_html( $style_class ); ?> .frm_trigger.active .frm_icon_font.frm_arrow_icon:before{ |
|
148
|
|
- content:"\e<?php echo esc_html( isset( $arrow_icons[ $collapse_icon ] ) ? $arrow_icons[ $collapse_icon ]['-'] : $arrow_icons[1]['-'] ); ?>"; |
|
|
148
|
+ content:"\e<?php echo esc_html( isset( $arrow_icons[$collapse_icon] ) ? $arrow_icons[$collapse_icon]['-'] : $arrow_icons[1]['-'] ); ?>"; |
|
149
|
149
|
<?php if ( ! empty( $section_color ) ) { ?> |
|
150
|
150
|
color:<?php echo esc_html( $section_color . $important ); ?>; |
|
151
|
151
|
<?php } ?> |
|
152
|
152
|
} |
|
153
|
153
|
|
|
154
|
154
|
.<?php echo esc_html( $style_class ); ?> .frm_trigger .frm_icon_font.frm_arrow_icon:before{ |
|
155
|
|
- content:"\e<?php echo esc_html( isset( $arrow_icons[ $collapse_icon ] ) ? $arrow_icons[ $collapse_icon ]['+'] : $arrow_icons[1]['+'] ); ?>"; |
|
|
155
|
+ content:"\e<?php echo esc_html( isset( $arrow_icons[$collapse_icon] ) ? $arrow_icons[$collapse_icon]['+'] : $arrow_icons[1]['+'] ); ?>"; |
|
156
|
156
|
<?php if ( ! empty( $section_color ) ) { ?> |
|
157
|
157
|
color:<?php echo esc_html( $section_color . $important ); ?>; |
|
158
|
158
|
<?php } ?> |
Please login to merge, or discard this patch.