Changeset 2736543
- Timestamp:
- 06/02/2022 05:13:43 PM (4 years ago)
- Location:
- vab-forms-with-chart
- Files:
-
- 2 edited
-
tags/1.1.8/includes/SHORTCODE.php (modified) (1 diff)
-
trunk/includes/SHORTCODE.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vab-forms-with-chart/tags/1.1.8/includes/SHORTCODE.php
r2736126 r2736543 586 586 ECHO '<div id="UlLi">'; 587 587 foreach( $VABFWC_FORMSA as $k => $v ) { 588 ECHO '<fieldset><legend> ' . esc_html( $v['question'] ) . ': </legend><ul >';588 ECHO '<fieldset><legend> ' . esc_html( $v['question'] ) . ': </legend><ul class="class_' . esc_attr( $k ) . '">'; 589 589 if ( ${$k . 'Error'} != '' ) { 590 590 ECHO '<div class="errors"><span class="er">***</span> ' . esc_html( ${$k . 'Error'} ) . '</div>'; -
vab-forms-with-chart/trunk/includes/SHORTCODE.php
r2736125 r2736543 586 586 ECHO '<div id="UlLi">'; 587 587 foreach( $VABFWC_FORMSA as $k => $v ) { 588 ECHO '<fieldset><legend> ' . esc_html( $v['question'] ) . ': </legend><ul >';588 ECHO '<fieldset><legend> ' . esc_html( $v['question'] ) . ': </legend><ul class="class_' . esc_attr( $k ) . '">'; 589 589 if ( ${$k . 'Error'} != '' ) { 590 590 ECHO '<div class="errors"><span class="er">***</span> ' . esc_html( ${$k . 'Error'} ) . '</div>';
Note: See TracChangeset
for help on using the changeset viewer.