Skip to content

Commit

Permalink
Merge pull request #163 from schlessera/fix/convert-illegal-html-chars
Browse files Browse the repository at this point in the history
Convert illegal HTML characters into HTML entities
  • Loading branch information
westonruter authored Jun 3, 2019
2 parents 2d5c409 + 72e7ad2 commit a5894cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function _pwa_print_build_needed_notice() {
printf(
/* translators: %s: composer install && npm install && npm run build */
__( 'You appear to be running the PWA plugin from source. Please do %s to finish installation.', 'pwa' ), // phpcs:ignore WordPress.Security.EscapeOutput
'<code>composer install && npm install && npm run build</code>'
'<code>composer install &amp;&amp; npm install &amp;&amp; npm run build</code>'
);
?>
</p>
Expand Down

0 comments on commit a5894cf

Please # to comment.