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 Jun 8, 2018
2 parents f36de94 + ef0c76f commit 7c80d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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->documentElement);
}

/**
Expand Down Expand Up @@ -152,4 +152,4 @@ protected function getSrcAttribute($node)
return trim($src, '/');
}

}
}
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
1.1.1: Added compatibility with current edgeUpdate builds
1.1.2: Fixed processing of relative pahts when October runs in a subdirectory
1.1.3: Added french translation (thanks to damsfx)
1.1.4: Optimized support for multi-byte character strings (thanks to sergei3456)

0 comments on commit 7c80d1e

Please sign in to comment.