Skip to content

Commit 354bf5c

Browse files
committed
fix tabs
1 parent 148e787 commit 354bf5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jblond/Diff/Renderer/Html/HtmlArray.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function mbSubstrReplace($string, $replacement, $start, $length = null)
8888
$start = array_slice($start, 0, $num);
8989
foreach ($start as $key => $value) {
9090
$start[$key] = is_int($value) ? $value : 0;
91-
}
91+
}
9292
} else {
9393
$start = array_pad(array($start), $num, $start);
9494
}
@@ -99,7 +99,7 @@ public function mbSubstrReplace($string, $replacement, $start, $length = null)
9999
$length = array_slice($length, 0, $num);
100100
foreach ($length as $key => $value) {
101101
$length[$key] = isset($value) ? (is_int($value) ? $value : $num) : 0;
102-
}
102+
}
103103
} else {
104104
$length = array_pad(array($length), $num, $length);
105105
}

0 commit comments

Comments
 (0)