Skip to content

Commit

Permalink
created sup script place holders
Browse files Browse the repository at this point in the history
  • Loading branch information
usman authored and jschroed91 committed Feb 22, 2016
1 parent d05b1db commit 90205f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Caxy/HtmlDiff/HtmlDiff.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private function createTablePlaceholders(&$words)

private function isOpeningTable($item)
{
return preg_match("#<table[^>]+>\\s*#iU", $item);
return preg_match("#<table[^>]*>\\s*#iU", $item);
}

private function isClosingTable($item)
Expand Down

0 comments on commit 90205f7

Please sign in to comment.