Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jan 9, 2017
2 parents 84c24bf + fa04e02 commit b18cb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scripts/XRegExp.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ if (XRegExp) {


//---------------------------------
// Overriden native methods
// Overridden native methods
//---------------------------------

// Adds named capture support (with backreferences returned as `result.name`), and fixes two
Expand Down
2 changes: 1 addition & 1 deletion extras/htmlfilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function tln_getnxtag($body, $offset)
*
* @param string $attvalue the by-ref value to check.
* @param string $regex the regular expression to check against.
* @param boolean $hex whether the entites are hexadecimal.
* @param boolean $hex whether the entities are hexadecimal.
* @return boolean True or False depending on whether there were matches.
*/
function tln_deent(&$attvalue, $regex, $hex = false)
Expand Down

0 comments on commit b18cb98

Please sign in to comment.