We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e55f9 commit a7b4b7dCopy full SHA for a7b4b7d
src/PatternLab/PatternData/Helpers/LineageHelper.php
@@ -26,7 +26,7 @@ public function __construct($options = array()) {
26
27
parent::__construct($options);
28
29
- $this->lineageMatch = Config::getOption("lineageMatch");
+ $this->lineageMatch = html_entity_decode(Config::getOption("lineageMatch"),ENT_QUOTES);
30
$this->lineageMatchKey = Config::getOption("lineageMatchKey");
31
32
}
0 commit comments