Skip to content

Commit b3d7e09

Browse files
committed
dropping the >
1 parent 6327a11 commit b3d7e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PatternLab/PatternData/Rules/PatternRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function run($depth, $ext, $path, $pathName, $name) {
9797
if ($depth == 2) {
9898
$patternStoreData["subtype"] = $patternSubtype;
9999
$patternStoreData["subtypeDash"] = $patternSubtypeDash;
100-
$patternStoreData["breadcrumb"] = $patternTypeClean." > ".$patternSubtypeClean;
100+
$patternStoreData["breadcrumb"] = $patternTypeClean." > ".$patternSubtypeClean;
101101
}
102102

103103
// if the pattern data store already exists make sure it is merged and overwrites this data

src/PatternLab/PatternData/Rules/PseudoPatternRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function run($depth, $ext, $path, $pathName, $name) {
115115
if ($depth == 2) {
116116
$patternStoreData["subtype"] = $patternSubtype;
117117
$patternStoreData["subtypeDash"] = $patternSubtypeDash;
118-
$patternStoreData["breadcrumb"] = $patternType." > ".$patternSubtype;
118+
$patternStoreData["breadcrumb"] = $patternType." > ".$patternSubtype;
119119
}
120120

121121
$patternDataBase = array();

0 commit comments

Comments
 (0)