Plugin Directory

Changeset 2575241

Timestamp:
07/30/2021 10:46:04 AM (3 years ago)
Author:
abditsori
Message:

fixed wysiwsyg issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-resume-builder/trunk/templates/my-resume.php

    r2546877 r2575241  
    3535                        <img style="width:2em" src="<?php echo plugin_dir_url(__DIR__) . 'images/loc.jpg' ?>">
    3636                        <span class="pl-2"><?php
    37                             echo esc_html( $mrb_contact['address'] );
     37                            echo ;
    3838                            ?>
    3939                        </span>
     
    104104                                    <div class="history-block col">
    105105                                        <span style="font-size: 1vw; color: #454545;">
    106                                             <?php echo esc_html( $history['date_range'] ) ?>
     106                                            <?php ?>
    107107                                        </span><br>
    108108                                        <span style="font-weight: bold; color: #454545; font-size: 1.5vw;">
    109                                             <?php echo esc_html( $history['position'] ) ?>
     109                                            <?php echo ?>
    110110                                        </span><br>
    111111                                        <span style="font-size: 1vw; color: #454545;">
    112                                             <?php echo esc_html( $history['company'] ) ?>
     112                                            <?php echo ?>
    113113                                        </span><br>
    114                                         <span><?php echo esc_html( $history['roles'] ) ?></span>
     114                                        <span><?php echo ?></span>
    115115                                    </div>
    116116                                </div>
     
    139139                        <?php foreach ($mrb_skills as $key => $skill) {
    140140                            if (strpos($key, 'title') === 0) { // if it is a title
    141                                 echo '<h4 class="section-title text-center">' . esc_html( $skill ) . '</h4>';
     141                                echo '<h4 class="section-title text-center">' . . '</h4>';
    142142                                continue;
    143143                            }
    144144                        ?>
    145145                            <div class="skills-block col">
    146                                 <p><?php echo esc_html( $skill['skill_type'] ) ?></p>
    147                                 <p><?php echo esc_html( $skill['description'] ) ?></p>
     146                                <p><?php echo ?></p>
     147                                <p><?php echo ?></p>
    148148                            </div>
    149149                        <?php
     
    174174                        ?>
    175175                            <div class="projects-block col">
    176                                 <p><?php echo esc_html( $project['project_type'] ) ?></p>
    177                                 <p><?php echo esc_html( $project['description'] ) ?></p>
     176                                <p><?php echo ?></p>
     177                                <p><?php echo ?></p>
    178178                            </div>
    179179                        <?php
Note: See TracChangeset for help on using the changeset viewer.