Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Jul 25, 2018
2 parents f6d160c + e291d67 commit 6739cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion classes/DomManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function addSrcSetAttributes(array $srcSets)
$this->setClassAttribute($node);
}

return $this->dom->saveHTML();
return $this->dom->saveHTML($this->dom);
}

/**
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
1.1.4: Optimized support for multi-byte character strings (thanks to sergei3456)
1.1.5: Reverted multi-byte optimization since the change removes the DOCTYPE while parsing the html
1.1.6: Use correct app url to determine if an image is external or local
1.1.7: Optimized support for multi-byte character strings (thanks to sergei3456)

0 comments on commit 6739cb2

Please sign in to comment.