Skip to content

Commit

Permalink
#4442 escaping added
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabi09 committed May 8, 2020
1 parent db53dc1 commit f9ea6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/components-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function ampforwp_sanitize_archive_desc(){
<?php do_action('ampforwp_before_head', $thisTemplate); ?>
<?php do_action('ampforwp_last_head', $thisTemplate); ?>
</head>
<body <?php echo $lightbox; ?> <?php ampforwp_body_class($bodyClass); ?>>
<body <?php echo esc_attr($lightbox); ?> <?php ampforwp_body_class($bodyClass); ?>>
<?php do_action('amp_start', $thisTemplate); ?>
<?php do_action('ampforwp_body_beginning', $thisTemplate);
}
Expand Down

0 comments on commit f9ea6d5

Please sign in to comment.