Skip to content

Commit 2ab505b

Browse files
committed
Remove whitespace at end of line
Signed-off-by: Stefan Weil <[email protected]>
1 parent b2d37e5 commit 2ab505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isbn/lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function cleanUp($outputMap)
153153
}
154154
if (is_array($outputMap['rvk'])) {
155155
foreach ($outputMap['rvk'] as $i => $value) {
156-
//e.g. <feld nr="700" ind="g">|SK 830<tf/>Automatisch aus BVB_2013-06 2013-03-27</feld>
156+
//e.g. <feld nr="700" ind="g">|SK 830<tf/>Automatisch aus BVB_2013-06 2013-03-27</feld>
157157
$value = explode('Automatisch aus', $value)[0];
158158
$outputMap['rvk'][$i] = str_replace('|', '', $value);
159159
}

0 commit comments

Comments
 (0)