Skip to content

Commit

Permalink
Change to use inline styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Oct 22, 2024
1 parent eafe6c4 commit e165627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/page-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<div class="imagify-card">
<div class="imagify-card-header">
<div class="imagify-card-logo">
<img src="<?php echo IMAGIFY_ASSETS_IMG_URL . esc_attr( $plugin_data['logo']['file'] ); ?>" width="<?php echo esc_attr( $plugin_data['logo']['width'] ); ?>">
<img src="<?php echo IMAGIFY_ASSETS_IMG_URL . esc_attr( $plugin_data['logo']['file'] ); ?>" style="width: <?php echo esc_attr( $plugin_data['logo']['width'] ); ?>">
</div>
<h4><?php echo esc_html( $plugin_data['title'] ); ?></h4>
</div>
Expand Down

0 comments on commit e165627

Please sign in to comment.