Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
lem9 committed Sep 22, 2008
1 parent b49d14d commit 982fc9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/js_escape.lib.php
Expand Up @@ -47,8 +47,7 @@ function PMA_jsFormat($a_string = '', $add_backquotes = true)
* this requires only to escape ' with \' and end of script block
*
* We also remove NUL byte as some browsers (namely MSIE) ignore it and
* it and inserting it anywhere inside </script would allow to pass this
* check.
* inserting it anywhere inside </script would allow to bypass this check.
*
* @uses strtr()
* @uses preg_replace()
Expand Down

0 comments on commit 982fc9e

Please sign in to comment.